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

#pwModalBg {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background: transparent url("/js/pwModal/i/bg/overlay.gif") repeat 0 0;*/
	background:#000;
}

#pwModalWindow {
	position: absolute;
	margin: 0 auto;
	border: 8px solid #3a7fc1;
}

#pwModalContent {
	position: relative;
	overflow: hidden;
	background: #fff;
}

#pwModalContent img {
	left: 60px;
	position: absolute;
	z-index: 70;
	margin: 25px 0 0 0;
}

#pwModalLoading {
	/*width: 150px;
	height: 150px;
	text-indent: -9999em;*/
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: transparent url("/js/pwModal/i/loader.gif") no-repeat 50% 50%;
}

#pwModalTitle {
	background: #fff;
}

#pwModalTitle span {
	margin-left: 60px;
}

a#pwModalClose {
	position: absolute;
	display: block;
	top:7px;
	right:10px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	outline: 0;
	overflow:hidden;
	z-index:75;
}
a#pwModalClose i {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:20px;
	height:20px;
	background: transparent url("/js/jquery/pwModal/i/ico/close.gif") no-repeat 50% 50%;
}
/*a#pwModalClose:link i,
a#pwModalClose:visited i { background-position:0 0; }
a#pwModalClose:hover i,
a#pwModalClose:active i { background-position:-14px 0; }
*/

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

/*a#pwModalPrev,
a#pwModalNext {
	position:absolute;
	top:0;
	height:100%;
	width:40%;
	cursor:pointer;
	text-indent:-9999em;
	background-color:transparent;
	background-repeat:no-repeat;
	outline:none;
	z-index:195;
}*/
a#pwModalPrev {
	position:absolute;
	top:35px; left:40px;
	width:30px; height:20px;
	cursor:pointer;
	z-index:10000000;

}
a#pwModalNext {
	position:absolute;
	top:35px; right:40px;
	width:30px; height:20px;
	cursor:pointer;
	z-index:10000000;
}
a#pwModalPrev, a#pwModalNext {
	text-decoration:none;
}
.wrapperSwf a.pwModalPrev,
.wrapperSwf a.pwModalNext,
.wrapper a.pwModalPrev,
.wrapper a.pwModalNext {
	height: 60%;
	width: 20%;
}
#pwModalPrev {
	left:40px;
	background-position:0 0;
}
a#pwModalPrev:link,
a#pwModalPrev:visited { /*background-image:url('/js/jquery/pwModal/i/ico/prev.gif');*/ }
/*a#pwModalPrev:hover, 
a#pwModalPrev:active { background-image:url('/js/jquery/pwModal/i/ico/prev_a.gif'); }
*/
a#pwModalPrev:link,
a#pwModalPrev:visited { background: transparent url('/js/jquery/pwModal/i/ico/prev.gif') no-repeat 1px 3px; }
#pwModalNext {
	right:40px;
	background-position:100% 0;
}
a#pwModalNext:link, 
a#pwModalNext:visited { /*background-image:url('/js/jquery/pwModal/i/ico/next.gif');*/ }
a#pwModalNext:link, 
a#pwModalNext:visited { background: transparent url('/js/jquery/pwModal/i/ico/next.gif') no-repeat 1px 3px; }
/*a#pwModalNext:hover,
a#pwModalNext:active { background-image:url('/js/jquery/pwModal/i/ico/next_a.gif'); }
*/
/*
#pwModalFull .cTop,
#pwModalFull .cTop i,
#pwModalFull .cBtm,
#pwModalFull .cBtm i {
	background-color:transparent;
	background-image:url('/js/pwModal/i/corners/thickbox_24.png');
	background-repeat:no-repeat;
	height:19px;
}
#pwModalFull .cTop { background-position:0 0; }

#pwModalFull .cBtm { background-position:0 -19px; }

#pwModalFull .cTop,
#pwModalFull .cBtm {
	position:relative;
	margin:0 19px 0 0;
}
#pwModalFull .cTop i,
#pwModalFull .cBtm i {
	position:relative;
	display:block;
	float:right;
	right:-19px;
	width:19px;
}
#pwModalFull .cTop i { background-position:-1281px 0; }

#pwModalFull .cBtm i { background-position:-1281px -19px; }
*/
#pwModalFull .fixbg-l {
	/*padding:0 0 0 9px;*/
	/*background:transparent url('/js/pwModal/i/bg/thickbox_l.png') repeat-y 0 0;*/
	z-index: 400;
}
#pwModalFull .fixbg-r {
	position:relative;
	/*padding:0 9px 0 0;
	background:transparent url('/js/pwModal/i/bg/thickbox_r.png') repeat-y 100% 0;*/
	*zoom:1;
}

#pwModalThumb {
	width:100%;
	height:65px;
	margin:0;
	background-color:#FFF;
	overflow:visible;
	padding: 25px 0 30px 0;

}
#pwModalThumb h1 {
	font-size:1.07em;
	padding:0 0 16px 0;
	margin-left: 60px;
}
#pwModalThumb .photos-i {
	position:relative;
	height:85px;
	/*overflow:hidden;*/
	overflow:auto;
	margin-left: 80px;
	margin-right: 80px;
}
#pwModalThumb .photos-inner {
	/*width:200%;*/
	height:65px;
}

/*#pwModalThumb .photos-inner a, */
/*#pwModalThumb .photos-inner a i, */
#pwModalThumb .photos-inner a img {
	display:block;
	/*height:65px;*/
	/*width:50px;*/
	margin: 0 15px 0 0;
}

#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;
	background-color:#fff;
}