#imageSlideshowHolder, .imageSlideshowHolder {
	font-family:"Trebuchet MS";
	/* 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: 611px;	/* IE 5.x */
	width/* */:/**/605px;	/* Other browsers */
	width: /**/605px;
	/* CSS HACK */
		height: 263px;	/* IE 5.x */
	height/* */:/**/257px;	/* Other browsers */
	height: /**/257px;
	background-color:#FFF;
	position:relative;	/* Never change this value */
}
.imageInGallery {
	width:605px;
	height:257px;
	background-color:#FFF;
	/* Never change these 3 value */
		left:0px;
	top:0px;
	position:absolute;
}
#imageSlideshowHolder img, .imageSlideshowHolder img {
	position:absolute;
}
/*chris - description overlay*/
	#the_captions, .the_captions {
	display:none;
}
.imageInGallery_DESC {
	position:absolute;
	color:#FFFFFF;
	padding:30px;
	padding-top:25px;
	margin-left:30px;
	margin-top:5px;
	z-index:100;
	/*height:200px;*/
	width:240px;
	background:url("images/bg.png");
	}
.imageInGallery_DESC h2 {
	color:#d9563e;
	font-size:20px;
	font-style:italic;
	padding:0px 0px 5px 0px;
}
.imageInGallery_DESC h3 {
	color:#3f99aa;
	font-size:20px;
	font-style:italic;
	padding:0px 0px 5px 0px;
}
