 #imageSlideshowHolder{
 
		position:relative;
		 
		 float:left;
		
		/* CSS HACK */
		width: 1002px;	/* IE 5.x */
		width/* */:/**/1002px;	/* Other browsers */
		width: /**/1002px;
		
		/* CSS HACK */
		height: 377px;	/* IE 5.x */
		height/* */:/**/377px;	/* Other browsers */
		height: /**/377px;

	
	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	.imageInGallery{
		position:absolute;
		width:1002px;
		height:377px;
 
		left:0px;
		top:0px;
	}
 
