#gallery 		{position:relative; width:780px; margin:0px auto; padding-top:15px; vertical-align:middle;}

#image 			{position:relative; height:375px; padding:0px; background:#98ABBF url(images/loading.gif) center center no-repeat;}
#image img 		{position:absolute; left:0px; top:0px; /*left:auto; right:auto;*/ }

#thumbwrapper 	{margin-top:15px; padding:5px 0px; width:780px; height:70px; background:#000;}
#thumbarea 		{position:relative; overflow:hidden; height:70px; width:780px;}
#thumbs 		{position:absolute; list-style:none; margin-left:5px; height:70px; width:10000px; padding-left:0; }
#thumbs li 		{float:left; margin-right:5px; cursor:pointer; list-style:none;}
#thumbs li a img  { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:solid 1px #000;
}
#thumbs li a:hover img  { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	border:solid 1px #fff; 
}


.imgnav 		{position:absolute; height:375px; width:20%; height:375px; width:292px; outline:none; cursor:pointer;}

#previmg 		{left:0; background:url(images/left.gif) left center no-repeat;}
#previmg:hover 	{opacity:1; filter:alpha(opacity=100);}
#nextimg 		{right:0; background:url(images/right.gif) right center no-repeat;}
#nextimg:hover 	{opacity:1; filter:alpha(opacity=100);}

