#dhtmlgoodies_slideshow{
	width:537px;	/* Total width of slideshow */
}
#previewPane{
	border:0px solid #CCCCCC;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	position:relative;
	
	/* CSS HACK */
	height: 342px;	/* IE 5.x */
	height/* */:/**/330px;	/* Other browsers */
	height: /**/330px;
}
#previewPane img{
	line-height:330px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:6pt;
}
#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:0px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
		
	/* CSS HACK */
	height: 68px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/66px;	/* Other browsers */
	height: /**/66px;
}
#arrow_left{
	position:absolute;
	left:8px;
	top:25px;
	z-index:10;
	padding:1px;
	cursor:pointer;
}
#arrow_right{
	position:absolute;
	right:0px;
	top:25px;
	z-index:10;
	padding:1px;
	cursor:pointer;
}
#maskleft{
	position:absolute;
	left:0px;
	z-index:9;
	width:22px;
	height:70px;
	background-color:#25140F;
}
#maskright{
	position:absolute;
	left:515px;
	z-index:9;
	width:22px;
	height:70px;
	background-color:#25140F;
}
#theImages{
	position:absolute;
	height:64px;
	left:22px;
	width:10000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding-left:7px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}
#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#000000;
	border:1px solid #666666;
	padding:4px;
	color:#999999;
	font-size:0.9em;
	font-family:arial;	
}
	
#theImages .imageCaption{
	display:none;
}