	#dhtmlgoodies_slideshow{
	width:450px;	/* Total width of slideshow */
	text-align: center;
	padding-top: 2px;


	}
	
	#previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	/* CSS HACK */
		height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/300px;
				
	}
	#previewPane img{
	width: 450px;
	border: 2px solid #ef9b37;
	}
	#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:10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}
	#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:1px solid #f2d9a3;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/90px;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:5;
	background-color: #9b6b2b;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:5;
	background-color: #9b6b2b;
	}
	#theImages{
	position:absolute;
	height:90px;
	left:42px;
	width:2100px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	padding:0px 3px 0px 3px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
	border:0px;
	}

	#waitMessage{
	display:none;
	position:absolute;
	left:250px;
	top:150px;
	background-color:#F29E3C;
	border:3px double #000;
	padding:4px;
	color:#FFFFFF;
	font-size:10px;
	font-family:arial;
	}
	
	#theImages .imageCaption{
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
