	#dhtmlgoodies_slideshow{
		width:844px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #f2ebe1;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;
		position:relative;
		height: 330px;	/* IE 5.x */
				
	}
	#previewPane img{
		line-height:385px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:105px;	/* Height of the images + 2 */
		border:0px solid #000000;
		position:relative;
		overflow:hidden;
		padding:1px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #f2ebe1;
		padding:0px;
		padding-right:8px
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #f2ebe1;
		padding:0px;
		padding-left:8px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:37px;
		width:100000px;
		
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		padding-right:5px;
		filter: alpha(opacity=60);
		opacity: 0.6;
		cursor:pointer;
		border-color:#d7bb94;
		border-style:solid;
		border-width:1px;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:160px;
		top:130px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}