/* Slide show css starts here */

#dhtmlgoodies_slideshow{
		width:705px;	/* Total width of slideshow */



	}
	
	#previewPane{
		margin-top:20px;
		margin-bottom:10px;
		float:left;	
		text-align:left;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	 #largeImageCaption{	
	/* CSS styling of image caption below large image */
		color:#444444;
		margin-top:25px;
		margin-left:280px;
		font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:15px;
		margin-bottom:15px;
	}
	
	
	
#galleryContainer{
	position:relative;
	overflow:hidden;		
	border: 1px solid #CCCCCC;
	height: 100px !important;
	height /**/:102px;
}
	
	
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding: 0 1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
			
	}
	
	#theImages .imageCaption{
		display:none;
		float:left;
	}
	.h2{
	{
	color:#AA1224;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:10px;
}
