
#gallery_slideshow{
	width:700px;	/* Total width of slideshow - was 720px */
}

#previewPane{
	vertical-align:top;
	
	/* CSS HACK */
	height: 547px;	/* IE 5.x */
	height/* */:/**/515px;	/* Other browsers */
	height: /**/515px;
	width:515px; /* Total width of slideshow - was 580px */
	float:left;			
}
#waitMessage{
	display:none;
	position:absolute;
	left:255px;
	top:240px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#000;
	font-size:12px;
	font-family:arial;	
}	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */

	/* CSS HACK */
	height: 134px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/110px;	/* Other browsers */
	height: /**/110px;
	
	/* CSS HACK */
	width: 700px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/699px;	/* Other browsers */
	width: /**/699px;	
}
#galleryContainer #arrow_down{	/* Arrow down image */
	height:0px;
	padding-top:0px;
}
#galleryContainer #arrow_up{
	height:0px;	/* Arrow up image */
	padding-bottom:0px;
}

#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:110px;	/* Height of boxes for the images */
}
#theImages div{	
	position:relative;	/* Don't change this */
	height:120px;	/* Higher than total height of thumbnails */
	
}
#theImages img{
	border:2px solid #FFEBA4;	/* No border */
	filter:alpha(opacity=100);	/* Transparency - IE */
	opacity:1; /* Transparency - Firefox */
	margin:0 8px 19px 0;	/* Space between images */
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	width:700px;
}
.CaptionTitle {
	color:#F1C159;
	font-size:14px;
	font-weight:bold;
}
#theImages .imageCaption{
	display:none;
	visibility:hidden;
}