	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
	}
	#dhtmlgoodies_slideshow{
		width:auto;	/* Total width of slideshow */
		height:395px;
	}
	
	#previewPane{
	margin:0px;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	position:relative;
	height:295px;
	}
	#previewPane img{
	}
	#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{
		position:relative;
		overflow:hidden;
		padding:0px;
	}
	#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;
		width:auto;
		text-align:center;
		padding-left:11px;
	}
	
	#theImages a img {
	filter:alpha(opacity=100); opacity:1;}
	
	#theImages a:hover img {
	filter:alpha(opacity=70); opacity:0.7;}
			
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		cursor:pointer;
		border:0px;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
