#gallery2 {
		width: 930px;
		padding: 0px 0;
		margin-left:100px;
		margin-top:90px;
	}
	#gallery2 ul { list-style: none; margin: 0; padding: 0; }
	#gallery2 ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 245px;
		margin: 0 30px 30px 0;
	}
	
	#gallery2 ul li h5 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px dotted #CCC;
	}
	 
	#gallery2 ul img {
		width: 210px;
		height: 130px;
		border: none;
		margin-bottom: 10px;
	}
	
	
	

#gallery {
margin: 0px auto;
	width: 1000px;
	height: 340px;
}
#image {
	position: relative;
	width: 960px;
	height: 250px;
	background: #FFF url(images/loading.gif) center center no-repeat
}
#image img {
	position: absolute;
	top: 0px;
	left: 0px
}


#image {
	 position:relative;
	 width:800px;
	  height:250px; 
	  background:#FFF url(images/loading.gif) center center no-repeat
	  }
	  
	  
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {margin-top:10px; width:900px; height:100px;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:960px; }
#thumbarea ul{ margin:0; padding: 0px;}
#thumbs {position:absolute; list-style:none; height:100px; width:10000px;}
#thumbs li {float:left; margin-right:0px; cursor:pointer}

#previmg {left:0;  left center no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0px;
	
}

