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