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