.hiddenOverlay {
	display: none;
}

.arhOverlay {
	background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	opacity: 0.75;
}

.arhPopUp {
    display: none;
	left: 50%;
    margin-left: -533px;
    min-height: 100px;
    position: fixed;
    top: 50px;
    width: 1066px;
	z-index: 11;
}

.album {
	color: #ffffff;
	font-family: Myriad Pro;
}

.album .top {
	background-color: #ffffff;
	padding: 3px;
	height: 34px;
	margin-bottom: 10px;
}

.album .top .close {
	width: 34px;
	height: 34px;
	float: right;
	background: url("/images/close.gif") no-repeat scroll center center #1963aa;
	cursor: pointer;
	position: static;
    right: 0px;
    top: 0px;
}

.album .top .name {
	background-color: #666666;
    font-size: 16px;
    height: 28px;
    margin-right: 37px;
    padding-left: 15px;
    padding-top: 6px;
}

.album .image {
	background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px;
}

.album .image .preload {
	background-color: #000000;
	display: block;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
	opacity: 0.3;
	position: absolute;
	height: 100px;
	width: 100px;
}

.album .image .preload .loader {
	background: url("/images/loader.gif") no-repeat scroll center center transparent;
	height: 100%;
    width: 100%;
	z-index: 183;
}

.arhOverlay .loader {
	background: url("/images/loader.gif") no-repeat scroll center center transparent;
	height: 100%;
    width: 100%;
	z-index: 12;
}

.album .image .name {
	color: #184167;
    font-size: 16px;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

.album .title {
	font-size: 18px;
	font-style: italic;
    margin-bottom: 15px;
}

.album .text {
	font-size: 14px;
    margin-bottom: 20px;
}

.album .slideShow {
	background-color: #184167;
    height: 110px;
    padding: 10px 40px;
    width: 700px;
	margin: 0 auto;
}

.album .slideShow .prev,
.album .slideShow .next {
	background: url("/images/gallery-button.png") no-repeat scroll left top transparent;
	font-family: Arial;
    height: 19px;
    margin-top: 45px;
    position: absolute;
    width: 73px;
	text-align: center;
	padding-top: 4px;
}

.album .slideShow .prev {
	margin-left: -88px;
}

.album .slideShow .next {
	margin-left: 715px;
}

.album .slideShow .prev a,
.album .slideShow .next a {
	text-decoration: none;
}

.album .slideShow .prev a:hover,
.album .slideShow .next a:hover {
	text-decoration: underline;
}

.album .slideShow .gallery {
	width: 700px;
	overflow: hidden;
}

.album .slideShow .gallery .item {
	margin: 0 10px;
	width: 149px;
	height: 104px;
	background-color: #ffffff;
	padding: 3px;
	float: left;
}

.displayNone {
	display: none;
}

.personPopUp {
	cursor: pointer;
}

.arhPopUp .close {
	background: url("/publicLibs/jQuery/fancybox/fancy_closebox.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -12px;
    width: 30px;
    z-index: 181;
}

.arhPopUp .imagePrev,
.arhPopUp .imageNext {
	display: none;
}

.arhPopUp .imagePrev {
	background: url("/images/image-prev.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 100px;
    position: absolute;
    left: -53px;
    width: 87px;
    z-index: 182;
}

.arhPopUp .imagePrev:hover {
	background: url("/images/image-prev-hover.png") no-repeat scroll left top transparent;
}

.arhPopUp .imageNext {
	background: url("/images/image-next.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 100px;
    position: absolute;
    right: -53px;
    width: 87px;
    z-index: 184;
}

.arhPopUp .imageNext:hover {
	background: url("/images/image-next-hover.png") no-repeat scroll left top transparent;
}

.arhPopUp .person {
	border: 10px solid #ffffff;
}

.arhPopUp .person .photo {
	border-right: 4px solid #ffffff;
	width: 518px;
	float: left;
}

.arhPopUp .person .text {
	margin: 20px 20px 20px 540px;
	font-family: "Myriad Pro";
}

.arhPopUp .person .text .fio {
	font-size: 24px;
    font-weight: bold;
}

.arhPopUp .person .text .dolg {
	font-size: 18px;
    margin-bottom: 40px;
}

.arhPopUp .person .text .descr {
	font-size: 14px;
	margin-bottom: 30px;
}

.arhPopUp .person .text .obr {
	font-size: 14px;
	margin-bottom: 30px;
}

.arhPopUp .person .text .opit {
	font-size: 14px;
}