#hoverNav{ height: 40px; width: 100%; z-index: 10;}   
#hoverNav a{ outline: none; text-align:center }   
  
/* change height for next and previous link */  
#prevLink, #nextLink{ width: 50px; height: 40px !important; background-image: url(data:image/gif;base64,AAAA); display: block; }   
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.png) left 5% no-repeat;}   
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.png) right 5% no-repeat;}   
  
/* change image data container height */  
#imageDataContainer{ height:40px;font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }   
  
#imageData{ color: #666; }   
#imageData #imageDetails{ text-align: center; padding-left:10px; padding-right:10px}   
#imageData #numberDisplay{ }   
#imageContainer #bottomNavClose{ position:absolute; float: right;  padding-top:2px; width: 17px; right: 10px;outline: none;}  

