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

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