#pwModalFull {
	font:1em Arial, Tahoma, Helvetica;
	color:#000;
	z-index: 190;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pwModalBg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:#000;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}



#pwModalWindow {
	position: absolute;
	margin: 0 auto;
	background-color:#FFF;
	border:solid #FFF;
	border-width:10px 10px 15px 10px;
	z-index:191;
}
#pwModalWindow a:link,
#pwModalWindow a:visited { color:#405f74; }
#pwModalWindow a:hover,
#pwModalWindow a:active { color:#f40; }

#pwModalContent {
	position: relative;
	overflow:hidden;
	z-index:192;
}

#pwModalContent .image {
	display:block;
	left:0;
	position: relative;
	z-index:193;
}

#pwModalLoading {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 194;
	top: 0;
	left: 0;
	background: transparent url("/js/jquery/pwModal/i/loader.gif") no-repeat 50% 50%;
}

#pwModalTitle {
	padding:0 40px;
	color:#000;
	font-size:.91em;
	line-height:1.36em;
	text-align:center;
}
#pwModalTitle span {
	display:block;
	padding:14px 0 12px 0;
}

#pwModalInfo {
	position:relative;
	width:100%;
	text-align:center;
	white-space:nowrap;
	color:#999;
}
#pwModalInfo span {
	display:block;
	padding:14px 40px 3px 40px;
}
#pwModalInfo strong {
	color:#000;
	font-weight:normal;
}

a#pwModalClose {
	position: relative;
	display: block;
	width:50px;
	height:17px;
	margin:0 auto;
	text-align:center;
	outline: 0;
	overflow:hidden;
	z-index:75;
}

#pwModalThumb h1 {
	margin: 0;
	padding: 0;
}

a#pwModalPrev,
a#pwModalNext {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	outline:none;
	background-image:url("/i/");
	z-index:195;
}
a#pwModalPrev i,
a#pwModalNext i {
	position:absolute;
	display:block;
	top:176px;
	width:45px;
	height:40px;
	background-color:transparent;
	background-image:url('/js/jquery/pwModal/i/ico/ico_next_prev.png');
	background-repeat:no-repeat;
}
a#pwModalPrev { left:0; }

a#pwModalPrev i {
	left:5px;
	background-position:0 50%;
}

#pwModalNext { right:0; }

#pwModalNext i {
	right:5px;
	background-position:100% 50%;
}

a#pwModalPrev2,
a#pwModalNext2 {
	position:absolute;
	display:block;
	top:14px;
	width:20%;
	height:14px;
	background-color:transparent;
	background-repeat:no-repeat;
}
a#pwModalPrev2 {
	left:0;
	padding:0 0 0 17px;
	text-align:left;
	background-image:url("/js/jquery/pwModal/i/ico/prev_a.gif");
}
a#pwModalPrev2:link,
a#pwModalPrev2:visited { background-position:0 0; }
a#pwModalPrev2:hover,
a#pwModalPrev2:active { background-position:0 -17px; }

a#pwModalNext2 {
	right:0;
	padding:0 17px 0 0;
	text-align:right;
	background-image:url("/js/jquery/pwModal/i/ico/next_a.gif");
}
a#pwModalNext2:link,
a#pwModalNext2:visited { background-position:100% 0; }
a#pwModalNext2:hover,
a#pwModalNext2:active { background-position:100% -17px; }



.wrapperSwf a.pwModalPrev,
.wrapperSwf a.pwModalNext,
.wrapper a.pwModalPrev,
.wrapper a.pwModalNext {
	height: 60%;
	width: 20%;
}

#pwModalThumb {
	display:none;
	width:100%;
	height:140px;
	margin:0;
	background-color:#FFF;
	overflow:visible;
}
#pwModalThumb h1 {
	font-size:1.07em;
	padding:0 0 16px 0;
	margin-left: 60px;
}
#pwModalThumb .photos-i {
	position:relative;
	height:102px;
	overflow:auto;
	margin-left: 60px;
}
#pwModalThumb .photos-inner { height:82px; }

#pwModalThumb .photos-inner a,
#pwModalThumb .photos-inner a i,
#pwModalThumb.photos-inner a img {
	display:block;
	height:80px;
	width:80px;
}

#pwModalThumb .photos-inner a:hover,
#pwModalThumb .photos-inner a:active,
#pwModalThumb .photos-inner a:focus,
#pwModalThumb .photos-inner a.active  {
	color:#F15C03;
	text-decoration:underline;
}

#pwModalThumb .photos-inner a {
	float:left;
	position:relative;
}

#pwModalWindow {
	width: auto;
	height: auto;
}

.cnt-close {
	margin:0 !important;
	padding-left:16px;
}