#imageSlideshowHolder {

	/* CSS HACK */
	width: 496px;	/* IE 5.x */
	width/* */:/**/490px;	/* Other browsers */
	width: /**/490px;
	
	/* CSS HACK */
	height: 175px;	/*	 IE 5.x */
	height/* */:/**/169px;	/* Other browsers */
	height: /**/169px;
	
	float: left;
	background-color:#000;
	border:1px solid #CCCCCC;
	position:relative;	/* Never change this value */
	
}
.imageInGallery {
	width:490px;
	height:169px;
	background-color:#FFF;
	
	/* Never change these 3 values */
	left:0px;
	top:0px;
	position:absolute;	
}

#imageSlideshowHolder img {
	position:absolute;
}