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


	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		vertical-align:text-middle;
		vertical-align: middle;
		position:relative;
		z-index:9;
		width:98%;
		/* CSS HACK */
		height: 212px;	/* IE 5.x */
		height/* */:/**/200px;	/* Other browsers */
		height: /**/200px;
				
	}
	#previewPane img{
	z-index:1;
	position:relative;
	vertical-align:text-middle;
	vertical-align: middle;
	max-height: 329px;	/* IE 5.x */
	max-height/* */:/**/278px;	/* Other browsers */
	max-height: /**/278px;
	}
	#previewPane #largeImageCaption{
		/* CSS styling of image caption below large image */
		display:block;
		position:relative;
		top:-297px;
		left:1px;
		z-index:99999;
		width:490px;
		filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:12px;
	}
	#galleryContainer{

		border:0px solid black;
		position:relative;
		overflow:hidden;
		padding:2px;
		padding-bottom:4px;
		background-color:white;
		vertical-align:bottom;
		height:50px;
		width:494px;
		z-index:999;
		display: show;
				
	}
	#arrow_left{
		position:absolute;
		background-color:black;
		left:0px;
		z-index:999;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		background-color:black;
		right:0px;
		z-index:999;
		padding:0px;		
	}
	#theImages{
	position:absolute;
	left:0px;
	width:999999px;
	height:50px;
	padding-left:20px;
	vertical-align:text-middle;
	vertical-align: middle;
	top: 6px;
	bottom: 6px;
		
	}
	#theImages #slideEnd{
		float:left;
		height:83;
		z-index:999;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:120px;
		top:100px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
		z-index:9999;	
	}
	
	#theImages .imageCaption{
	width:490px;height:170px; overflow:auto;
		display:none;
		z-index:8;
	}
