#dhtmlgoodies_slideshow{
		width:635px;/* Total width of slideshow */
		padding:0px 0px;
		
	}
	
	#previewPane{
		/*border:1px solid #36460d;*/
		/*margin-bottom:20px;	
		margin-top:15px;	*/
		text-align:center;
		vertical-align:middle;
		padding-top:0px;
		/*_margin-bottom:10px;
		_margin-top:6px;*/
		padding:8px 0px 25px 0px;
		_padding:8px 0px 21px 0px;
	position:relative;
		/* CSS HACK */
		height: 180px;	/* IE 5.x */
		height/* */:/**/286px;	/* Other browsers */
		_height:302px;	/* IE 6.x */
		height: /**/286px;
		
		
				
	}
	#previewPane img{
		line-height:286px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font:normal 11PX Verdana, Arial, Helvetica, sans-serif;
		color:#656565;
		padding:0px 0px;
		
	}
	#galleryContainer{
		height:80px;	/* Height of the images + 2 */
		border:1px solid #36460d;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 80px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/80px;	/* Other browsers */
		height: /**/80px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		padding-top:0px;
		padding-bottom:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		padding-top:0px;
		padding-bottom:0px;		
	}
	#theImages{
		position:absolute;
		height:80px;
		left:30px;
		width:100000px;
		padding:0px 0px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		padding-top:0px;
		padding-bottom:0px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:180px;
		background-color:#FFF;
		border:3px double #000;
		padding:0px;
		color:#555;
		height:auto;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
		}
		
		#largeImageCaption{	/* CSS styling of image caption below large image */
		display:none;
		
	}
