#pwModalFull {
	font:1.083em 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: transparent url("/js/jquery/pwModal/i/bg/overlay.gif") repeat 0 0;*/
	background-color:#002240;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5
}



#pwModalWindow {
	position: absolute;
	margin: 0 auto;
}

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

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

#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/jquery/pwModal/i/loader.gif") no-repeat 50% 50%;
}

#pwModalTitle {
	background: #fff;
}

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

a#pwModalClose {
	position: absolute;
	display: block;
	top:10px;
	right:10px;
	width: 23px;
	height: 23px;
	outline: 0;
	overflow:hidden;
	z-index:75;
}
a#pwModalClose i {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:23px;
	height:23px;
	background:transparent url("/js/jquery/pwModal/i/ico/close-new.gif") no-repeat 0 0;
}


#pwModalThumb h1 {
	margin: 0;
	padding: 0;
	text-align:left;
}

a#pwModalPrev,
a#pwModalNext {
	position:absolute;
	top:0;
	height:100%;
	width:40%;
	cursor:pointer;
	outline:none;
	z-index:195;
}
.wrapperSwf a.pwModalPrev,
.wrapperSwf a.pwModalNext,
.wrapper a.pwModalPrev,
.wrapper a.pwModalNext {
	height: 60%;
	width: 20%;
}
#pwModalPrev { left:22px; }

a#pwModalPrev2:link,
a#pwModalPrev2:visited { background-image:url('/js/jquery/pwModal/i/ico/prev.gif'); }
a#pwModalPrev2:hover,
a#pwModalPrev2:active { background-image:url('/js/jquery/pwModal/i/ico/prev_a.gif'); }

#pwModalNext { right:22px; }

a#pwModalNext2:link,
a#pwModalNext2:visited { background-image:url('/js/jquery/pwModal/i/ico/next.gif'); }
a#pwModalNext2:hover,
a#pwModalNext2:active { background-image:url('/js/jquery/pwModal/i/ico/next_a.gif'); }


a#pwModalPrev2,
a#pwModalNext2 {
	position:absolute;
	top:20px;
	width:25px;
	height:64px;
	background-color:transparent;
	background-repeat:no-repeat;
	cursor:pointer;
	outline:none;
	z-index:195;
}
a#pwModalPrev2 {
	left:25px;
	background-position:0 50%;
}
a#pwModalNext2 {
	right:25px;
	background-position:100% 50%;
}


#pwModalThumb {
	width:100%;
	height:117px;
	margin:0;
	padding:20px 0 0 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:101px;
	overflow:hidden;
	margin-left: 60px;
}
#pwModalThumb .photos-inner { height:82px; }

#pwModalThumb .photos-inner a, 
#pwModalThumb .photos-inner a i, 
#pwModalThumb.photos-inner a img {
	display:block;
	width:100px;
	height: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;
}
#pwModalThumb .photos-inner a i {
	position:absolute;
	top:0;
	left:0;
	background-color:transparent;
	background-image:url('/js/jquery/pwModal/i/bg/photo_active_bg.gif');
	background-repeat:no-repeat;
}
#pwModalThumb .photos-inner a:link i,
#pwModalThumb .photos-inner a:visited i { background-position:0 -200px; }
#pwModalThumb .photos-inner a:hover i,
#pwModalThumb .photos-inner a:active i,
#pwModalThumb .photos-inner a.actived:link i,
#pwModalThumb .photos-inner a.actived:visited i,
#pwModalThumb .photos-inner a.actived:hover i,
#pwModalThumb .photos-inner a.actived:active i { background-position:0 0; }

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