#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
 
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #000;
    width: 750px !important;
    height: 500px !important;
    margin: 0 auto;
    padding: 5px;
    }

#imageContainer{
/*    padding: 5px;*/
    max-height:500px;
    overflow:hidden;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(http://www.webbins.it/files/getbyname/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
/*NON RENDE VISIBILE LA NAVIGAZIONE
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right;}
*/
/*RENDE VISIBILE LA NAVIGAZIONE*/
/*
#prevLink { left: 0; float: left; background: url(prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(nextlabel.gif) right 15% no-repeat;}


#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel2.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel2.gif) right 15% no-repeat; }*/

#prevLink { left: 0; float: left; background:url("prevlabel.gif") no-repeat scroll 0 0 transparent; 
float:left;
height:20px !important;
left:675px;
position:absolute;
top:511px;
width:20px;
z-index:120;}

#nextLink { background:url("nextlabel.gif") no-repeat scroll 0 0 transparent;
float:right;
height:20px !important;
left:700px;
position:absolute;
right:0;
top:511px;
width:20px;
z-index:100;}


#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel2.gif) 0 0 no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url("nextlabel2.gif") no-repeat scroll 0px 0px transparent; }
#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #000;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 760px !important; 
 padding-bottom:5px;   
    }

#imageDataContainer p{
    color:#FFFFFF;
font-family:lucida sans;
font-size:12px;
font-weight:normal;
    padding:3px 0 0 0;
}

#imageDataContainer h2{
    color:#FFFFFF;
font-family:lucida sans;
font-size:13px;
font-weight:normal;
}
#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;display:none;}            
#imageData #bottomNavClose{  float: right;  padding-bottom: 0.7em;    }    
        
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: auto;
    background-color: #000;
    }

#caption a{

}
