	body{
	background-color: #DBD1B8;
	}
	
	#dhtmlgoodies_slideshow{
		width:350px;	/* Total width of slideshow */
	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 250px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:0.9em;
		color: #887962;
		margin-top: 2px;
	}
	#galleryContainer{
		
		height:200px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 126px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/126px;	/* Other browsers */
		height: /**/126px;
				
	}

	#theImages{
		position:absolute;
		height:150px;
		left:40px;
	}
	#theImages img{
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#theImages .imageCaption{
		display:none;
	}
