	#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: 227px;	/* IE 5.x */
	width/* */:/**/221px;	/* Other browsers */
	width: /**/221px;
	/* CSS HACK */
		height: 146px;	/* IE 5.x */
	height/* */:/**/140px;	/* Other browsers */
	height: /**/140px;
	position:relative;	/* Never change this value */
	}
	.imageInGallery{
	width:221px;
	height:140px;
	background-color:#FFF;
	/* Never change these 3 value */
	left:0px;
	top:0px;
	position:absolute;
	}
	#imageSlideshowHolder img{
	position:absolute;
	left: 0px;
	top: 0px;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
	position:absolute;
	z-index:100;
	/*height:200px;*/
		width:221px;
	background-image: url(../images/bg.png);
	height: 24px;
	bottom: 0px;
	color: #FFF;
		}
	.imageInGallery_DESC p {
	color:#FFF;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	background-image: url(../images/bul-slideshow.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	display: block;
	behavior: url(iepngfix.htc);
	}
/*	.imageInGallery_DESC h1 a {
	color:#fff;
	text-decoration:none;
	}*/
