	#dhtmlgoodies_slideshow{
	width:330px;	/* Total width of slideshow */
	}
	
	#previewPane{
	margin-bottom:0px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	position:relative;
	/* CSS HACK */
	/*height: 213px;	/* IE 5.x */
	height/* */:/**/213px;	/* Other browsers */
	height: /**/213px;
	}
	#previewPane img{
		line-height:213px;
	}
	#galleryContainer{
	height:66px;
	position:relative;
	overflow:hidden;
	padding:0px;
	/* CSS HACK */
	height: 66px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/66px;	/* Other browsers */
	height: /**/66px;	
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	}
	#arrow_right{
	position:absolute;
	right:-5px;
	z-index:10;
	width: 27px;
	}
	#theImages{
	position:absolute;
	height:66px;
	left:12px;
	width:50000px;
	top: 1px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
#theImages .imageCaption{
		display:none;
	}
