#bottomLinks{
    padding: 5px; 
    text-align: center;
    margin-bottom: 3px;
}

#bottomLinks a {
    color: #930002 !important;
}

#closeCointainer {
    border: 5px solid #FF0000;  
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#wait {
    position: relative;
    z-index: 5;
    /*
    width: 700px;
    margin-right: 10px;
    */
    width: 100%;
    display: none;
}

#wait p {
    margin: 10px 0; 
    padding: 0;
    text-align: center;
    width: 100%;
}

#waitText {
    color: #9D0000;
    font-weight: bold;
}

#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    font-family: Arial, Verdana, sans-serif;
}

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    position: relative;
    padding: 10px;
    height: 100%;
}

#lightboxImage {
    position: relative;
    z-index: 10;
    margin:auto;
}



#loading {margin-top: 284px; width: 100%; position: absolute; z-index: 30; top: 0; left: 0;}
#tooSlow a {background-color:#FFF;padding: 10px 15px; border:solid 1px #888 -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; font-size: 14px;}

#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(/js/main/jquery-lightbox-r9/images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 20;
}
    
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

/***    
#prevLink:hover, #prevLink:visited:hover { background: url(/js/main/jquery-lightbox-r9/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/js/main/jquery-lightbox-r9/images/next.gif) right 50% no-repeat; }
***/

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #930002;
font-weight:bold;
text-decoration: none;
padding: 3px 0;
}

/***
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
***/
#nextLinkText{
position: absolute;
right: 0;
bottom: 0;
}
#prevLinkText{
position: absolute;
left: 0;
bottom: 0;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
    position: relative;
    z-index: 25;
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    }

#imageData{
    padding:0 10px;
    height: 50px;
    }
/***    
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
***/
#imageData #imageDetails{ width: 100%; float: left; text-align: center; position: relative;}  
    
#imageData #caption{ font-weight: bold; font-size: 14px; font-family: Arial, Verdana, sans-serif;}
#imageData #numberDisplay{ clear: left; padding-bottom: 1.0em;  width: 100%; position: relative;  padding-top: 2px; position: relative;}
    
/***
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }
***/
#bottomNavClose{position: absolute; right: 0; top: 0; z-index: 100;}
    
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

.overlayTransparentFix {
    filter:alpha(opacity=80) !important;
    -khtml-opacity: 0.8 !important;
    -moz-opacity: 0.8 !important;
    opacity: 0.8 !important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }   

#lightboxIframe {
    display: none;
}   
