	#dhtmlgoodies_slideshow{
	position:relative; 
	width:860px; 
	height:525px;
	margin-left:auto;
	margin-right:auto;
}
	
#previewPane{
	width: 700px;		
	height: 525px;
	float: left;
	
}

#waitMessage{
	display:none;
	position:absolute;
	left:340px;
	top:225px;
	font-family: Calibri;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
}	
	
#galleryContainer{
	float:right;	
	margin-right:10px;
	height: 475px;
	width: 120px;
}

#galleryContainer #arrow_down{
	height:27px;
	float:left;
}

#galleryContainer #arrow_up{
	height:26px;
}

#theImages{
	position:relative;
	overflow:hidden;
	width:120px;
	height:475px;
	border:solid 2px #614b17;
}

#theImages div{	
	position:relative;
	height:1500px;
}

#theImages img{
	border:0px;	
	filter:alpha(opacity=75);
	opacity:0.8;
	padding-top:2px;
}

#previewPane #largeImageCaption{
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
}

#theImages .imageCaption{
	display:none;
}

#images{
	float:left;	
	margin-left:10px;
}
