
#gallery {position:relative; width:500px; height:200px;  padding-left:0; margin-top:15px;}
#images { height:200px;  margin-bottom:20px; }
#image {position:relative; width:430px; height:200px; padding:5px; background:#FFF url(images/loading.gif) center center no-repeat; margin-left:80px;}
#image img {position:absolute; top:5px; left:5px; }
#thumbwrapper {margin-top:10px; padding:5px 0; width:550px;  background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:59px; width:550px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:59px; width:10000px; }
#thumbs li {float:left; margin-right:5px; cursor:pointer}
