#imageSlideshowHolder{
		width: 900px;	/* IE 5.x */
		width/* */:/**/900px;	/* Other browsers */
		width: /**/900px;
		/* CSS HACK */
		height: 180px;	/* IE 5.x */
		height/* */:/**/180px;	/* Other browsers */
		height: /**/180px;
		position:relative;	/* Never change this value */
	}
	
	.imageInGallery{		
		width:900px;
		height:180px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	#imageSlideshowHolder img{
	position:absolute;
	height: 180px;
	}