@charset "utf-8";
/* CSS Document */

/*** set the width and height to match your images **/

#slideshow {
    margin: 0 auto;
	text-align: center;
	width: 920px;
    height:330px;
}


img { 
	border: none 
	}

p { text-align:center }

/* give slideshow some style */
#slideshow { 
margin: 0 auto; 
width: 920px; 
height: 330px 
}

/* give each slide the same dimensions */
#slideshow div { width: 920px; height: 330px;  }

/* make sure each slide image is centered */
#slideshow div img { 
margin: auto; 
display: block; 
}



