.twoColFixLtHdr #whitebox {
	padding:0;
}

#dhtmlgoodies_slideshow{
	width:570px;	/* Total width of slideshow */
}
#previewPane{
	position:relative;
	text-align:center;
	vertical-align:middle;
	height: 317px;
	width:570px;
	float:left;
	overflow:hidden;
}

#mainPreviewImage {
	width:475px;
}
	
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	position: absolute;
	bottom: 3px;
	left: 48px;
	width: 465px;
	padding: 5px;
	background-color:#4C4C4C;
	filter:alpha(opacity=70);
	opacity:0.7;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	text-align:left;
	color: white;
}
#waitMessage{
	display:none;
	position:absolute;
	bottom:3px;
	left:48px;
	background-color:#4C4C4C;
	filter:alpha(opacity=70);
	opacity:0.7;
	border:none;
	padding:4px;
	color:#fff;
	font-size:0.9em;
	width: 465px;
	text-align:left;
}	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;
	height: 110px;
	width: 99%;
	border: none;
	margin-top: 10px;
	text-align: left;
}
#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:110px;
	width:463px;
}
#theImages div{	
	position:relative;	/* Don't change this */
	/* height:1500px; Higher than total height of thumbnails */
	width: 2450px; /* Wider than total width of thumbnails */
}
#theImages img{
	border:5px solid white;
	filter:alpha(opacity=80);
	opacity:0.8;
	margin-right: 5px;
	float:left;
}
#theImages .imageCaption{
	display:none;
}

/* Gallery CSS */
#galleryContainer #arrow_up{float:left;width:40px;margin-right:10px;}
#galleryContainer #arrow_down{float:right;width:40px;text-align:right; margin-right:5px;}
#galleryContainer #arrow_up img, #galleryContainer #arrow_down img {border:5px solid white;}
