@charset "UTF-8";
/*Gallery - Slide \*/
#dhtmlgoodies_slideshow{
	width:840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    margin-bottom: 10px;
}
#previewPane{
	border: 0px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	margin-top: 0px;
	position:relative;	/* IE 5.x */
}
#previewPane img{
	line-height:400px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align: center;
	font-family: Georgia;	/* Font to use */
	font-size: 12px;
	padding-top: 13px;
	color: #666666;
	padding-bottom: 8px;
	margin: 0px;
}
#galleryContainer{
	height:100px;	/* Height of the images + 2 */
	border:0px;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 102px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/100px;	/* Other browsers */
	height: /**/100px;
	margin-top: 0px;
	clear: both;
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	height: 102px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	height: 102px;	
}
#theImages{
	position:absolute;
	height:40px;
	left:25px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor:pointer;
	border:0px;
}
#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#F6F7F1;
	border:0px;
	padding:4px;
	color:#746B4C;
	font-size:9px;
	font-family:Arial;	
}
#theImages .imageCaption{
	display:none;
}
