	#dhtmlgoodies_slideshow{
	width:750px;	/* Total width of slideshow */
	position: relative;
	margin-bottom: 20px;
	}
	
	#previewPane{
	position:relative;
	/* CSS HACK */
		height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/450px;
	width: 750px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
		
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:center;
	font: normal 14pt Arial, Helvetica, sans-serif;
	margin: 20px 0px;
	color: #FFF;
	}
	#galleryContainer{
	height:102px;
	position:relative;
	overflow:hidden;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/100px;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:10000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	padding:0px 10px 0px 0px;
	filter: alpha(opacity=75);
	opacity: 0.3;
	cursor:pointer;
	border:0px;
	}

	#waitMessage{
	display:none;
	position:relative;
	padding:4px;
	color:#555;
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-top: 3px none #000;
	border-right: 3px none #000;
	border-bottom: 3px none #000;
	border-left: 3px none #000;
	}
	
	#theImages .imageCaption{
		display:none;
	}
