#imageSlideshowHolder{
/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 392px;	/* IE 5.x */
		width/* */:/**/386px;	/* Other browsers */
		width: /**/386px;
		
		/* CSS HACK */
		height: 296px;	/* IE 5.x */
		height/* */:/**/290px;	/* Other browsers */
		height: /**/290px;
		
		background-color:transparent;
		border:0px;
		position:relative;	/* Never change this value */
}
#imageSlideshowHolder img{
	position:absolute;
/*	width:386px;
	height:290px;	(*/
}
.imageInGallery{
	position:absolute;
	width:386px;
	height:290px;
	background-color:transparent;
	left:0px;
	top:0px;
}
