	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:0px;
	}
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */


	}
	
	#previewPane{
	border:1px solid #CBCBB8;
	margin-bottom:1px;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	position:relative;
	
	height: 315px;
	height/* */:/**/315px;
	height: /**/315px;
	left: 275px;
	width: 600px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:11px;
	}
	#galleryContainer{
	border:1px solid #CBCBB8;
	position:relative;
	overflow:hidden;
	padding:1px;
	height: 130px;
	height/* */:/**/130px;
	height: /**/130px;
	left: 0px;
	background-color: #FFF;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	top: 15px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		top: 15px;	
	}
	#theImages{
	position:absolute;
	height:100px;
	width:100000px;
	left: 5px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:5px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		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;
	}

