#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	background-color: #000;
}
.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 11000;
	top: 50%;
	left: 50%;
}
.prettyPopin a#b_close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 94%;
	right: 4px;
	width: 75px;
	height: 22px;
	text-indent: -10000px;
	background: url(../images/prettyPhoto/light_rounded/btnClose.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.prettyPopin .prettyContent {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/prettyPhoto/dark_square/contentPattern.png);
	background-repeat: repeat;
	background-position: left top;
}
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 30px 15px 15px 15px;
}
.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
}
