#jquery-overlay {
	background: #000;
	display: block;
	height: 1000px;
	opacity: 0.5;
	position: absolute; top: 0; left: 0;
	width: 100%;
	z-index: 1000;
}

#jquery-lightbox-container {
	background: #5b5b5a;
	border: 6px solid #676767;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 0 -350px;
	position: absolute; top: 50px; left: 50%;
	width: 700px;
	z-index: 1010;
}

#lightbox-header {
	background: #dde8fd;
	border: 3px solid #7fabe2;
	border-width: 3px 3px 0;
	padding: 5px 10px;
}

#lightbox-secNav-btnClose {
	background: url('../img/slideshow/ico_close.png') 0 50% no-repeat;
	display: block;
	float: right;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 28px;
	text-decoration: none;
}

#lightbox-header-title {
	color: #181818;
	font: normal 21px Arial, Helvetica, sans-serif;
	padding: 1px 0;
}

#lightbox-container-image-box {
	border: 3px solid #7fabe2;
	border-width: 0 3px 3px;
	padding: 10px 0;
	position: relative;
}

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

#lightbox-container-image {
	padding: 0 27px;
	position: relative;
	height: 400px;
	text-align: center;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 80%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	background: url('../img/slideshow/left.png') 2% 45% no-repeat;
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	background: url('../img/slideshow/right.png') 98% 45% no-repeat;
	right: 0; 
	float: right;
}

#lightbox-download-file {
	background: url('../img/slideshow/pobierz.png') 0 0 no-repeat;
	display: block;
	height: 41px;
	margin: 10px auto;
	text-indent: -9999em;
	width: 195px;
}

#lightbox-container-image-data {
	color: #fff;
	font-size: 12px;
	height: 55px;
	padding: 10px 27px 10px;
}

#lightbox-image-details-currentNumber {
	background: url('../img/slideshow/lupa.png') 0 0 no-repeat;
	float: left;
	padding: 10px 0 10px 40px;
}

#lightbox-pagination {
	float: right;
	padding: 5px 0 0 20px;
}

#lightbox-pagination li {
	background: #d8d8d8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #121212;
	cursor: pointer;
	float: left;
	margin: 0 3px;
	padding: 4px 0;
	-moz-box-shadow: -1px 0 2px #444;
	-webkit-box-shadow: -1px 0 2px #444;
	text-align: center;
	width: 22px;
}

#lightbox-pagination .current-image {
	color: #cd2200;
	font-weight: bold;
}

#lightbox-pagination li.elem-break {
	background: none;
	color: #fff;
	font-weight: bold;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 1px;
}

#lightbox-image-details-caption {
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
	text-align: center;
}

