#imageSlideshowHolder{
	width: 340px;	/* IE 5.x */
	width/* */:/**/340px;	/* Other browsers */
	width: /**/340px;
	/* CSS HACK */
height: 254px;	/* IE 5.x */
	height/* */:/**/254px;	/* Other browsers */
	height: /**/254px;
	background-color:#FFF;
	position:relative;	/* Never change this value */

}
.imageInGallery{		
width:340px;
height:254px;
background-color:#503b20;

/* Never change these 3 value */
left:0px;
top:0px;
position:absolute;	
}


#imageSlideshowHolder img{
position:absolute;
}