#dhtmlgoodies_slideshow {
	width:454px;	/* Total width of slideshow */
}
#previewPane {
	border:1px solid #D5D0D0;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
		height: 310px;	/* IE 5.x */
	height/* */:/**/310px;	/* Other browsers */
	height: /**/310px;
	overflow: hidden;
}
#galleryContainer {
	height:68px;	/* Height of the images + 2 */
	border:1px solid #D5D0D0;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 70px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/68px;	/* Other browsers */
	height: /**/68px;
}
#arrow_left {
	position:absolute;
	left:0px;
	z-index:10;
}
#arrow_right {
	position:absolute;
	right:0px;
	z-index:10;
}
#theImages {
	position:absolute;
	left:27px;
	width:100000px;
}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

