
/* set the width of image slideshow */
#imageContainer {
	height: 200px;
	width: 752px;
	overflow: hidden;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	margin-left: 0px;
	margin-top : 0px;
}