#pwModalFull {
	font:1em Tahoma, Arial, 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:#666;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}



#pwModalWindow {
	position: absolute;
	margin: 0 auto;
	background-color:#e1e2e5;
	/*border:10px solid #ffe581;*/
}

#pwModalContent {
	position: relative;
	overflow:hidden;
}

#pwModalContent img {
	left:0;
	position: absolute;
	z-index: 70;
}

#pwModalContent .d2 img {
	position: static;
	z-index:0;
}

#pwModalLoading {
	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 {
	height:23px;
	padding:0 29px 7px 0;
	font-size:.91em;
	color:#002240;
}
html>body #pwModalTitle {
	min-height:23px;
	height:auto;
}
#pwModalTitle strong {line-height:1.5em; }

#pwModalTitle span { font-size:.91em; }

a#pwModalClose {
	position: absolute;
	display: block;
	top:1px;
	right:8px;
	width:17px;
	height:17px;
	outline: 0;
	overflow:hidden;
	z-index:75;
}
a#pwModalClose i {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:17px;
	height:17px;
	background:transparent url("/js/jquery/pwModal/i/ico/close.png") no-repeat 0 0;
}

#pwModalThumb h1 {
	margin: 0;
	padding: 0;
}

a#pwModalPrev,
a#pwModalNext {
	position:absolute;
	top:0;
	height:100%;
	width:40%;
	cursor:pointer;
	background-color:transparent;
	background-repeat:no-repeat;
	outline:none;
	z-index:195;
}
.wrapperSwf a.pwModalPrev,
.wrapperSwf a.pwModalNext,
.wrapper a.pwModalPrev,
.wrapper a.pwModalNext {
	height: 60%;
	width: 20%;
}
#pwModalPrev {
	left:0;
	background-position:0 50%;
}
a#pwModalPrev:link,
a#pwModalPrev:visited { background-image:none; }
a#pwModalPrev:hover, 
a#pwModalPrev:active { background-image:url('/js/jquery/pwModal/i/ico/prev_a.gif'); }

#pwModalNext {
	right:0;
	background-position:100% 50%;
}
a#pwModalNext:link, 
a#pwModalNext:visited { background-image:none; }
a#pwModalNext:hover,
a#pwModalNext:active { background-image:url('/js/jquery/pwModal/i/ico/next_a.gif'); }

#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;
}