/* popupy, obrazki z galerii */

.popup_view, .box_view {
	cursor: pointer;
}

/* obrazki na divie */
	/*
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	*/
/*
#overlay {
	display:none;
	position: absolute;
	border: 1px solid green;
	width:99%;
	height: 500px;
	z-index: 10;
}
#viewBoxImage {
	background-color: #fff;
	border: 1px solid red;
	z-index: 20;
	cursor: pointer;
}
*/

/* z lightbox - 2 */

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

#lightbox2 a img{ border: none; }

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

#imageContainer2{
	padding: 10px;
	}

#loading2{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav2{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer2>#hoverNav2{ left: 0;}
#hoverNav2 a{ outline: none;}

#prevLink2, #nextLink2{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink2 { left: 0; float: left;}
#nextLink2 { right: 0; float: right;}
#prevLink2:hover, #prevLink2:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink2:hover, #nextLink2:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer2{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData2{
	padding:0 10px;
	}
#imageData2 #imageDetails2{ width: 70%; float: left; text-align: left; }	
#imageData2 #caption2{ font-weight: bold;	}
#imageData2 #numberDisplay2{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData2 #bottomNavClose2{ width: 66px; float: right;  padding-bottom: 0.7em;	}
		
#overlay2{
	display: none;
	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;
	}
	

.clearfix2:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix2 {
	display: inline-block; 
	width: 100%;
}

* html .clearfix2 {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}


