
#gallery {position:relative; width:530px; }

#images {border:2px solid #9ac1c9; height:225px; background:#fff; margin-bottom:20px;
}

#image {position:relative; width:530px; height:300px;  border:2px solid #000; background:#fff url(images/loading.gif) center center no-repeat;
overflow:hidden; 
}

#image img {position:absolute; 

}

#thumbwrapper {margin-top:5px; 
 width:530px; height:58px; border:2px solid #000; background:#000;
overflow:hidden; 

}

#thumbarea {position:relative; overflow:hidden; height:100px; width:530px; 

}

#thumbs {position:absolute; list-style:none; width:10000px; 
margin-left:-40px;
margin-top:0px;

}

#thumbs li {float:left; margin-right:5px;
cursor:pointer;
	border-style: solid;
	border-width: 1px;
	height: 56px;
}


.imgnav {position:absolute; width:20%; z-index:100; height:300px; width:20%; z-index:100; outline:none; cursor:pointer}

#previmg {left:0; background:url(images/left.png) left center no-repeat; border-left:0px solid #FFF}

#previmg:hover {opacity:1; filter:alpha(opacity=100)}

#nextimg {right:0; background:url(images/right.png) right center no-repeat; border-right:0px solid #FFF}

#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
