#gallery {
position:relative;
width:660px;
background: #220606;
margin: 20px 0 10px;
padding: 10px;
}

#images {
border:2px solid #CFCFCF;
height:225px;
background:#eef5f6;
margin-bottom:20px
}

#image {
position:relative;
width:660px;
height:440px;
background: url(images/loading.gif) center center no-repeat
}

#image img {
position:absolute;
top:0;
left:0;
}

#thumbwrapper {
margin-top:10px;
width:660px;
height:106px;
}
#thumbarea {
position:relative;
overflow:hidden;
height:106px;
width:660px;
}

#thumbs {
position:absolute;
list-style:none;
margin: 0 5px 0 0;
height:106px;
width:10000px;
padding: 0;
}

#thumbs li {
background: none;
padding: 0;
float:left;
margin-right:10px;
cursor:pointer;
border: 3px solid #967a31;
height: 100px;
}

.imgnav {
position:absolute;
height:440px;
width:20%;
z-index:100;
outline:none;
cursor:pointer
}

a#previmg {
float: none;
margin: 0;
left:0; 
/*background:url(images/left.png) left center no-repeat;*/ 
}

a#nextimg {
float: none; 
margin: 0; 
right:0; 
/*background:url(images/right.png) right center no-repeat; */
}
