
#gallery {
position:absolute;
top:60px;
left:1px;
width:399px; 
height:193px;
margin:0px;
z-index:5;
}

#images {
height:193px; 
width:399px;
background:#eef5f6; 
}

#image {
position:relative; 
width:399px; 
height:193px; 
background:#FFF url(images/loading.gif)center center no-repeat;
}

#image img {
position:absolute; 
top:0px; 
left:0px;
width:399px;
height:193px;
}

#thumbwrapper {
display:none;
margin-top:10px;
width:399px;
height:193px;
background:#FFF;
}

#thumbarea {
position:relative;
overflow:hidden;
height:193px;
width:399px;
}

#thumbs {
position:absolute; 
list-style:none; 
margin-left:5px; 
height:193px; 
width:399px; 
}

#thumbs li {
float:left; 
margin-right:5px; 
cursor:pointer;
}

.imgnav {
position:absolute; 
height:193px; 
width:50px; 
z-index:100; 
outline:none; 
cursor:pointer;
}

#previmg {
left:2px; 
background:url(images/left.gif) left center no-repeat; 
opacity:1; 
filter:alpha(opacity=60);
-moz-opacity: .9;
filter: Alpha(Opacity=90);
-khtml-opacity: .9;
}

#previmg:hover {
opacity:1; 
filter:alpha(opacity=60);
-moz-opacity: .9;
filter: Alpha(Opacity=90);
-khtml-opacity: .9;
}

#nextimg {
right:2px; 
background:url(images/right.gif) right center no-repeat; 
opacity:1; 
filter:alpha(opacity=60);
-moz-opacity: .9;
filter: Alpha(Opacity=90);
-khtml-opacity: .9;
}

#nextimg:hover {
opacity:1; 
filter:alpha(opacity=60);
-moz-opacity: .9;
filter: Alpha(Opacity=90);
-khtml-opacity: .9;
}