
	#imageSlideshowHolder{

		/* This is a CSS to get a nice look in IE 5.5 and lower	*/
		/* CSS HACK */
		width: 750px;	/* IE 5.x */


		/* CSS HACK */
		height: 182px;	/* IE 5.x */


		background-color:#000;
		border:3px solid #317082;
		position:relative;	/* Never change this value */

	}
	.imageInGallery{
		width:750px;
		height:182px;
		background-color:#000;

		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;
	}


	#imageSlideshowHolder img{
		position:absolute;
	}


	
