/*	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}*/
	#dhtmlgoodies_slideshow{
		width:626px;	/* Total width of slideshow */


	}
	
	#previewPane{
	background:url(../images/preview_bg.jpg) 0 0 no-repeat;
		margin:10px 0 0px 35px; 		
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		position:relative;		
		/* CSS HACK */
		height: 393px;	/* IE 5.x */
		height/* */:/**/383px;	/* Other browsers */
		height: /**/383px;				
	}
	#previewPane img{
		line-height:357px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	width:590px;font:bold 14px Arial, Helvetica, sans-serif; color:#000; text-align:center;}
	#galleryContainer{		
		height:110px;	/* Height of the images + 2 */
		background:url(../images/gallery_bottom.jpg) 0 0 no-repeat;		
		position:relative;
		overflow:hidden;
		width:626px;
		margin-left:18px;	 
	}
	#arrow_left{
		position:absolute;
		top:0px;
		left:-3px;
		z-index:10;		
	}
	#arrow_right{
		position:absolute;
		top:0px;
		right:0px;
		z-index:10;			
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		margin-top:10px; display:inline;		
	}
	#theImages #slideEnd{
		float:left;
		margin-left:50px; display:inline;		
	}
	
#theImages img{
		float:left;
		border:3px solid #a1dff3;
		cursor:pointer;
		margin:0 5px; display:inline;	
		filter: alpha(opacity=50); opacity:0.5;	
	}
	#theImages a.active1 img{ filter: alpha(opacity=100); opacity:100;}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;		
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;		
	}
	 