* {
margin:0;
padding:0;
}
body {
-x-system-font:none;
background-color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#gallery {
background:#000 none repeat scroll 0 0;
border:6px solid #FFFFFF;
margin:0px auto;
padding:10px;
position:relative;
width:686px;
min-width: 686px;
text-align: center;
}
#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:375px;
padding:5px;
position:relative;
width:672px;
text-align: left;
margin:0 auto;

}
#image img {
left:5px;
position:absolute;
top:5px;
}
#thumbwrapper {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #666666;
height:100px;
margin-top:10px;
padding:5px 0;
width:682px;
}
#thumbarea {
height:100px;
overflow:hidden;
position:relative;
width:682px;
}
#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:375px;
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;
}
