#gallery {
    margin: 0 auto;
    width: 585px;
}
#images {
    border-bottom: #9ac1c9 2px solid;
    border-left: #9ac1c9 2px solid;
    margin-bottom: 20px;
    background: #eef5f6;
    height: 225px;
    border-top: #9ac1c9 2px solid;
    border-right: #9ac1c9 2px solid;
}
#imagearea {
    padding: 5px;
    width: 575px;
    height: 324px;
    background-color: #fa8e3f;
}
#image {
    position: relative;
    width: 575px; height: 324px;
    height: 324px;
    overflow: hidden;
    background: url(../images/loading.gif) #fff no-repeat center center;
}
#image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 575px;
    height: 324px;
}
#thumbwrapper {
    margin: 8px 0 0 16px;
    width: 551px;
    background: transparent;
}
#thumbarea {
    position: relative;
    width: 551px;
    height: 63px;
    overflow: hidden;
}
#thumbs {
    position: absolute;
    margin-left: 5px;
    width: 10000px;
    height: 100px;
    list-style-type: none;
    list-style-image: none;
}
#thumbs li {
    float: left;
    margin-right: 4px;
    cursor: pointer;
}
#thumbs li img{
    width: 74px;
    height: 59px;
    border: 1px solid #c4c4c4;
}
.imgnav {
    position: absolute;
    z-index: 100;
    width: 20%;
    height: 385px;
    cursor: pointer;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}
#previmg {
    left: 0px;
    background: url(../images/left.gif) no-repeat left 77px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
#previmg:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}
#nextimg {
    right: 0px;
    background: url(../images/right.gif) no-repeat right 77px;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
#nextimg:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}
