#images {
background:#EEF5F6 none repeat scroll 0 0;
border:2px solid #9AC1C9;
height:225px;
margin-bottom:20px;
}
#image {
background:#FFFFFF url(images/loading.gif) no-repeat scroll center center;
border:2px solid #666666;
height:222px;
padding:5px;
position:relative;
width:347px;
}
#image img {
left:5px;
position:absolute;
top:5px;
}
#thumbwrapper {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #666666;
height:92px;
margin-top:10px;
padding:5px 0;
width:358px;
}
#thumbarea {
height:100px;
overflow:hidden;
position:relative;
width:350px;
}
#thumbs {
border-right:5px solid #FFFFFF;
height:100px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:5px;
position:absolute;
width:10000px;
}
#thumbs li {
cursor:pointer;
float:left;
margin-right:5px;
}
.imgnav {
cursor:pointer;
height:227px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
width:20%;
z-index:100;
}
#previmg {
background:transparent url(images/left.gif) no-repeat scroll left center;
border-left:5px solid #FFFFFF;
left:0;
}
#previmg:hover {
opacity:1;
}
#nextimg {
background:transparent url(images/right.gif) no-repeat scroll right center;
border-right:5px solid #FFFFFF;
right:0;
}
#nextimg:hover {
opacity:1;
}
