
	#imageSlideshowHolder{

		/* CSS HACK */
		width/* */:/**/558px;	/* Other browsers */
		width: /**/558px;
		
		/* CSS HACK */
		height/* */:/**/280px;	/* Other browsers */
		height: /**/280px;
		position:relative;	/* Never change this value */
	}
	.imageInGallery{		
		width:558px;
		height:280px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	#imageSlideshowHolder img{
		position:absolute;
	}