/* Początek Lightbox */
*{
margin: 0;
padding: 0;
}

#hoverNav{
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}

#hoverNav a{
outline: none;
}

#imageContainer{
padding: 10px;
}

#imageContainer>#hoverNav{
left: 0;
}

#imageData{
color: #666;
padding: 0 10px;
}

#imageData #bottomNavClose{
float: right;
padding-bottom: 0.7em;
outline: none;
width: 100px;
}	

#imageData #caption{
font-weight: bold;
}

#imageDataContainer{
background-color: #FFF;
font: 10px Verdana, sans-serif;
line-height: 1.4em;
margin: 0 auto;
overflow: auto;
width: 100%;
}

#imageData #numberDisplay{
clear: left;
display: block;
padding-bottom: 1.0em;
padding-top: 5px;
}			

#imageData #imageDetails{
float: left;
text-align: justify;
width: 100%;
}	

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

#lightbox img{
height: auto;
width: auto;
}

#lightbox a img{
border: none;
}

#loading{
height: 25%;
left: 0;
line-height: 0;
text-align: center;
position: absolute;
top: 40%;
width: 100%;
}

#nextLink{
float: right;
right: 0;
}

#nextLink:hover, #nextLink:visited:hover{
background: url(../lightbox/next.gif) right 15% no-repeat;
}

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

#overlay{
background-color: #000;
height: 500px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 90;
}

#prevLink{
float: left;
left: 0;
}

#prevLink, #nextLink{
background-image: url(data:image/gif); /* Trick IE into showing hover */
display: block;
height: 100%;
width: 49%;
}

#prevLink:hover, #prevLink:visited:hover{
background: url(../lightbox/prev.gif) left 15% no-repeat;
}
/* Koniec Lightbox */
