* {margin:0; padding:0}
body {background: #FFFFFF;}

#galeria 		{ width:480px;	height:350px; background: #efefef; }

#image 			{ position:relative; width:480px; height:350px;
				background:#efefef url(images/loading.gif) center center no-repeat}	
				
#image img 		{ position:absolute;}
#thumbwrapper 	{ margin-top:-50px; width:380px; height:80px; margin-left:50px;margin-right:0px;}
#thumbarea 		{position:relative;	overflow:hidden; height:80px;width:380px;background: #efefef;}
#thumbs 		{ position:absolute; list-style:none; margin-top: 15px;	height:50px; width:10000px;}
#thumbs li 		{ float:left; margin-right:5px;	cursor:pointer;}
	
.imgnav 		{ position:absolute; height:80px; width:15%; top: 300px;	z-index:100; 
				outline:none; cursor:pointer;s}
	
#previmg 		{ left:0;background:url(images/left.jpg) left center no-repeat;}
#previmg:hover  { opacity:1; filter:alpha(opacity=100)}
#nextimg 		{ right:0; background:url(images/right.jpg) right center no-repeat;}
#nextimg:hover  {opacity:1; filter:alpha(opacity=100)}s



