 #imageSlideshowHolder{
		background-color:#fff;
		position:relative;
		 
		 float:left;
		
		/* CSS HACK */
		width: 320px;	/* IE 5.x */
		width/* */:/**/320px;	/* Other browsers */
		width: /**/320px;
		
		/* CSS HACK */
		height: 250px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;

	
	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	.imageInGallery{
		position:absolute;
		width:320px;
		height:250px;
		background-color:#fff;
		left:0px;
		top:0px;
	}
 