#dhtmlgoodies_slideshow {
	width:100%;	/* Total width of slideshow */
}
#galleryshow{
	width:676px;
	height:400px;
	}
#previewPane {
	border:0;
	margin:0;
	text-align:center;
	vertical-align:top;
	padding:0;
	position:relative;
	float:right;
	width:676px;
	/* CSS HACK */
		height: 355px;	/* IE 5.x */
	height/* */:/**/343;	/* Other browsers */
	height: /**/343px;
	text-align:left;
}

#previewPane img {
	/* line-height:400px; */
}
#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
	font-style:normal;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:0em;
	display:none;
	text-align:left;
}
#galleryContainer {
	height:112px;	/* Height of the images + 2 */
	border:0;
	position:relative;
	overflow:hidden;
	background-color:#fff;
	/* CSS HACK */
		height: 142px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/140px;	/* Other browsers */
	height: /**/140px;
	padding:20px 0 0 0;
}
#arrow_left {
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #A89B6F;
	padding:1px;
}
#arrow_right {
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #A89B6F;
	padding:1px;
}
#theImages {
	position:absolute;
	height:112px;
	left:40px;
	width:100000px;
	z-index:1;
}
#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:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
}
#theImages .imageCaption {
	display:none;
}
