	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:10px;
		behavior: url("css/csshover.htc");
	}
	a{ outline:none}
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	.img-dsfd{
	cursor:pointer;border:3px solid white;

	
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		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;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		width:700px;		
		position:relative;
		overflow:hidden;
		float:left;
		height:61px;
		margin-top:5px;
		
	}
	.gallery{ margin:0px auto; width:700px;}
	.imgstyle{ float:left; width:700px;}
	.imgstyle img{border:7px solid white;}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:99;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:99;	
	}
	#theImages{
		position:absolute;
		height:100px;
		left:25px;
		width:10000px;
		padding:3px 0px 0px 0px;		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=30);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		-moz-opacity: 0.30; opacity:0.30;
		cursor:pointer;
		border:0px;
		azimuth:far-left;
		padding-left:0px;
		cursor:pointer;border:3px solid white;
		
	}
#theImages img:hover{
		float:left;
		padding:0px;
		filter: alpha(opacity=100);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1.0; opacity:1.0;
		cursor:pointer;
		border:0px;
		azimuth:far-left;
		padding-left:0px;
		cursor:pointer;border:3px solid white;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:0px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
a:hover{
	opacity: 1.0;
}



