
.heading{
	width:700px;
	height:auto; /* was:450px */
	background-image: url(/img/gallery/area.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}
.heading .s{padding-left:20px;padding-top:8px;font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #244f73;}
	#dhtmlgoodies_slideshow{margin-left:6px;margin-bottom:0px;width:680px;	/* Total width of slideshow */
	}
	
	
	.s_txt{width:680px;padding-left:10px;}
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:20px;	
		text-align:left;
		vertical-align:middle;
		padding-top:10px;
		position:relative;		
		height:180px;
				
	}
	#previewPane img{
	float:left;
	line-height:200px;
	margin-left:36px;
	border: 2px solid #b8d4ea;
	}
	#right_text{
	color:#244f73;
	float:left;
	width:440px;
	margin-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 19px;
}
	#previewPane #largeImageCaption{clear:both;	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:left;
		font-family:  Arial, sans-serif;	/* Font to use */
		font-size:0.9em;margin-left:36px;
	}
	
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		margin-top:20px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #cde2f3;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #cde2f3;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:50px;
		top:70px;
		background-color:#FFF;
		border:1px double #000;
		padding:6px;
		color:#999;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}