#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: 60px; height: 40px !important; background-image: url(data:image/gif;base64,AAAA); display: block; }  
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat;}  
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% 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:60px; padding-right:60px}  
#imageData #numberDisplay{ }  
#imageContainer #bottomNavClose{ position:absolute; float: right;  padding-top:2px; width: 17px; right: 10px;outline: none;}  