#gallery 
{
    position:relative; 
    width:600px; /*766*/
}

#gallery *
{
    margin:0; 
    padding:0
}

#images 
{
    height:67px; 
    background:#eef5f6; 
    margin-bottom:20px;
}

#image 
{
    position:relative; 
    width:600px; /*766*/
    height:400px; /*510*/
    padding: 0px;
    /*border:2px solid #666; */
    background:#FFF url(../../images/slideshow/loading.gif) center center no-repeat;
    overflow: hidden;
}

#image img 
{
    position:absolute; 
    top:0px; 
    left:0px;
    width: 600px;/*766*/
    height: 400px;/*510*/
    border: none;
}

#thumbwrapper 
{
    margin-top:0px;
    width:600px; /*766*/
    height:77px; 
    background:#cacaca;
}

#thumbarea 
{
    position:relative; 
    overflow:hidden; 
    height:77px;
    width:580px;/*746*/
    margin-left: 10px; 
}

#thumbs 
{
    position:absolute; 
    list-style:none; 
    height:67px; 
    width:10000px; 
}

#thumbs li 
{
    float:left; 
    margin-right:5px; 
    cursor:pointer;
}

#thumbs li img
{
    border: 5px solid transparent;
    width: 100px;
    height: 67px;
    
}

.imgnav 
{
    position:absolute; 
    height:400px; /*510*/
    width:20%; 
    z-index:90;  
    width:20%; 
    z-index:90; 
    outline:none; 
    cursor:pointer;
}

#previmg 
{
    left:0; 
    background:url(../../images/slideshow/left.png) left center no-repeat;
}

#previmg:hover 
{
    border: none;
    /*background:url(../../images/slideshow/left.png) left center no-repeat; */
}

#nextimg 
{
    right:0; 
    background:url(../../images/slideshow/right.png) right center no-repeat; 
}

#nextimg:hover 
{
    border: none;
   /* background:url(../../images/slideshow/right.png) right center no-repeat; */
}

#caption
{
    /*position: absolute;*/
    background:url(../../images/partialoverlay.png) repeat;
    width:590px;/*766*/
    height: 80px;
    margin:0px;
    padding:5px;
    border-top:solid 1px #cacaca;
    border-bottom:solid 1px #cacaca;
    /*margin: -80px 0px 0px 0px;*/
    /*z-index: 100;*/
}

#captionlabel
{
    /*margin: 5px;*/
    width: 590px; /*700*/
    color: #ffffff;
}

#captionclose
{
    /*position: absolute;*/
    right: 5px;
    top: 2px;
}

#captionopen
{
   position: absolute;
   right: 5px;
   top: 380px;/*490*/
   z-index: 99;
   display: none;
}