#gallery {position:relative; width:600; margin:0px auto; padding:0px; border:5px solid #fff; }
#images {border:0px solid #9ac1c9; height:125px; margin-bottom:0px }
#image {position:relative; width:600px; height:400px; padding:0px; border:0px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {margin-top:0px; padding:0px 0; width:600px; height:90px; border:0px solid #0f0; cursor:pointer}
/* This line is how long the are with thumbs is*/
#thumbarea {position:relative; overflow:hidden; height:50px; width:600px; background:#fff; border:0px solid #666; }
#thumbs {position:absolute; list-style:none; padding:0px; margin:0px; height:90px; width:10000px; border-right:10px solid #000}
#thumbs li {float:left; margin-right:0px; cursor:pointer}
