/* ------------------------------------------
IMAGE VIEWER
---------------------------------------------*/


.sitemask{
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 98; 
    display: none;
    opacity : 0.65; 
    filter  : alpha(opacity=65); 
} 

.imgwin{
    position: absolute;
    width: 10px;    
    height: 300px;
    background-color: #174717;
    
    border-color: #AA0000;
    border-width:1px;
    border-style: solid;

    float: left;
    z-index: 99; 
    display: none;  
} 

.imgnext{
    width: 24px;
    display: none;
    margin: 1px;
}

.imgprev{
    width: 24px;
    display: none;
    margin: 1px;    
} 

.imgclose{
    width: 24px;
    display: inline;
    margin: 1px;    
} 

.imgnextghost{
    width: 24px;
    display: none;
    margin: 1px;
}

.imgprevghost{
    width: 24px;
    display: none;
    margin: 1px;    
} 

.viewcaption{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color:rgb(170,170,170);
    display: inline;
    margin: auto;    
} 
