#outerImageContainer{
	background-color: #000;
	border:1px solid #222; 
	}
#prevLink, #nextLink{
	background: transparent url(http://thoran.nipax.cz/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	}
#prevLink { left:  0px; float: left; margin-left:-1px;}
#nextLink { right: 0px; float: right; margin-right:-1px;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://thoran.nipax.cz/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://thoran.nipax.cz/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	background-color: transparent;
	}
	
#numberDisplay {
	color:#000; font-size:0px;
}
#imageData #bottomNavClose{ display: block; width: 66px; height:20px; float: right; padding-bottom: 0.7em; overflow:hidden;	margin-top:3px;}	
