#gallery {
position:relative;
 height:150px;
 float: left;
  
}


#images {
 height:150px;
 background:#FFFFFF;
 float: left;
}


#image {
position:absolute;
 width:200px;
 height:150px;
 background:#FFF url(images/loading.gif) center center no-repeat
 float: left;
 
 }

#image img{
position:absolute;
height:170px;
left:0px;
top:-5px;
}

#thumbwrapper {
 margin-top:10px;
 padding:5px 0;
 width:682px;
 height:100px;
 background:#FFF
visibility: hidden;
display:none;
}


#thumbarea {
position:relative;
 overflow:hidden;
 height:100px;
 width:682px;
visibility: hidden;
display:none;
}


#thumbs {
position:absolute;
 list-style:none;
 margin-left:5px;
 height:100px;
 width:10000px;
 border-right:5px solid #FFF
visibility: hidden;
display:none;
}


#thumbs li {
float:left;
 margin-right:5px;
 cursor:pointer
 visibility: hidden;
 display:none;
}


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

