body{
	background-image:url('../../images/heading3.gif');
	background-repeat:no-repeat;
	padding-top:80px;
}
#dhtmlgoodies_slideshow{
	width:720px;	/* Total width of slideshow */
}
#previewPane{
	position:relative;
	border:1px solid #000;
	text-align:center;
	vertical-align:middle;
	/* CSS HACK */
	height: 507px;	/* IE 5.x */
	height/* */:/**/475px;	/* Other browsers */
	height: /**/475px;
	width:580px;		
	float:left;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	position: absolute;
	top: 65%;
	right: 2px;
	width: 350px;
	padding: 5px;
	background-color:#598182;
	filter:alpha(opacity=80);
	opacity:0.8;
	text-align:left;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
}
#waitMessage{
	display:none;
	position:absolute;
	top:150px;
	left:300px;
	right:300px;
	background-color:#598182;
	filter:alpha(opacity=70);
	opacity:0.7;
	border:none;
	padding:4px;
	color:#fff;
	font-size:0.9em;
}	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;
	width: 100%;
	/* CSS HACK */
	height: 100px;
	height/* */:/**/84px;
	height: /**/84px;
	border: none;
	margin-top: 10px;
	padding: 1px;
	text-align: center;
}
#galleryContainer #arrow_down{	/* Arrow down image */
	height:68px;
}
#galleryContainer #arrow_up{
	height:68px;
}
#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:100px;
	width:780px;
}
#theImages div{	
	position:relative;	/* Don't change this */
	/* height:1500px; Higher than total height of thumbnails */
	width: 1450px; /* Wider than total width of thumbnails */
}
#theImages img{
	border:5px solid white;
	filter:alpha(opacity=80);
	opacity:0.8;
	margin-right: 30px;
}
#theImages .imageCaption{
	display:none;
}