/* Lightbox v2.02 by Lokesh Dhakar - 3/31/06; http://huddletogether.com/projects/lightbox2/
Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/ 
Dashboard mods by K. Surowiec 23.03.2007   */

#lightbox{
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 99;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

/* górna ramka */
#imageContainer{
        padding: 0px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#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(../_images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { position:relative; top: 25px; left: 0px; float: left;}
#nextLink { position:relative; top: 25px; left: 0px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_images/prev.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_images/next.gif) right 100% no-repeat; }


#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: transparent;
        margin: 0 auto;
        line-height: 1.4em;
        z-index: 100;
        }

#imageData{
        padding:0 10px;
        z-index: 100;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:#ffffff;padding-top: 3.0em;}        
#imageData #caption{ font-weight: bold;        font-family:helvetica, sans-serif; font-size: 14px ; color:#ffffff}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;        color:#ffffff;        }                        
#imageData #bottomNavClose{ position:relative; left: 10px; top: 25px; float: right; } 
                        
#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	

