#dhtmlgoodies_slideshow{
	float:left;
	width:300px;	/* Total width of slideshow */
	margin-right:10px;
	margin-bottom:5px;
}
	
#previewPane{
	margin-bottom:0px;	
	text-align:center;
	vertical-align:middle;
	position:relative;
	height:220px;	
	width:300px; 
	background-color:white; 
	overflow:hidden;

}
#previewPane img{
	line-height:400px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#galleryContainer{
	height:74px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	background-color:white;
	border:1px solid #FFFFFF;
	margin-top:5px;
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	height:74px;
	background: #FFFFFF;
	padding-top:10px;
}
#arrow_right{
	position:absolute;
	right:0px;
	height:74px;
	background: #FFFFFF;
	vertical-align:middle;
	z-index:10;
	padding-top:10px;		
}
#theImages{
	position:absolute;
	height:64px;
	overflow:hidden;
	left:20px;
	width:10000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	margin:5px;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;	
}

#theImages .imageCaption{
	display:none;
}