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