BODY {font-family: tahoma, verdana, helvetica, arial cyr; MARGIN: 0px; background-color: #5E666F; background-image: url(images/fon.gif);}
A {color: #FFE1BE; text-decoration: none}
A:hover {COLOR: #EBEBEB; text-decoration: underline}
.all {width:850px; margin: auto;}
.center2 {width:550px; min-height:500px; margin:58px 0px 0px 0px; padding:0px 5px 22px 5px; float: left; background-color: 1F363C;}
.right1 {margin: 0px 5px 22px 5px; padding:0px 5px 5px 5px; width:260px; border:0px solid #CFCFCF; float:right; background-color: #2F3337;}
.footer {border:0px solid #cccccc; clear:both; padding:0px 0px 0px 0px; background-color: 1F363C}
.text11 {color: #EBEBEB; font-size: 11px; text-align: justify;}
.text11t {color: #575757; font-size: 11px;}
.text11b {color: #EBEBEB; font-size: 11px; font-weight: bold}
.text12 {color: #EBEBEB; font-size: 12px;}
.text12b {color: #EBEBEB; font-size: 12px; font-weight: bold}
.text14 {color: #EBEBEB; font-size: 14px;}
.text16 {color: #EBEBEB; font-size: 16px;}
H1 {color: #EBEBEB; FONT-SIZE: 14px; text-align: center;}
H2 {color: #EBEBEB; FONT-SIZE: 14px; text-align: center;}
.linki {font-size: 11px; color: #EBEBEB; text-decoration: none;}
.linki12 {font-size: 12px; color: #FFE1BE; text-decoration: none;}
.fon {background-image: url(images/bg_m.gif); background-repeat: repeat-y; background-position: top right}

#shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-image: url(images/thumb-trans.png);
	text-align: center;
}
* html #shadow {
	/* hack for IE < 7 opacity */
	background-color: #333;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/thumb-trans.png", sizingMethod="scale");
}
#shadow.on {
	display: block;
}
#loading {
	background: url(images/thumb-preload.gif) no-repeat;
	position: absolute;
	left: 48%;
	top: 50px;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	cursor: pointer;
}
#litebox {
	background: #fff;
	padding: 5px 0;
	margin: 0 auto;
}
#litebox img {border: #CFCFCF 1px solid; cursor: pointer;}
#litebox p {
	margin: 0;
	padding: 10px 0;
	color: #333;
}
#litebox em {
	color: #999;
	display: block;
  font-size: 85%;
}
#litebox a {
	border: none;
	width: 21px;
	height: 21px;
}
#litebox a.prev {
	float: left;
	background: url(images/thumb-prev.gif) no-repeat 0 50%
}
#litebox a.next {
	float: right;
	background: url(images/thumb-next.gif) no-repeat 0 50%
}