#header {
	position: relative;
	background: #ff9000 url('/img/bgPuzzle.gif') no-repeat top left;
	//height: 1%;
}
#headerInner {
	display: none;
	padding: 25px;
	//width: 100%;
}
/*----------------*/
.ugul, .ugur, .ugdl, .ugdr {
	position: absolute;
	width: 10px;
	height: 10px;
}
.ugul {
	top: 0;
	left: 0;
	background: url('/img/uul.png') top right no-repeat;
	/*//left: -10px;*/
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/uul.png',sizingMethod=crop);
}
.ugur {
	top: 0;
	right: 0;
	background: url('/img/uur.png') top right no-repeat;
	//right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/uur.png',sizingMethod=crop);
}
.ugdl {
	bottom: 0;
	//top: expression( this.parentNode.offsetHeight-10 );
	left: 0;
	/*//left: -10px;*/
	background: url('/img/udl.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/udl.png',sizingMethod=crop);
}
.ugdr {
	bottom: 0;
	//top: expression( this.parentNode.offsetHeight-10 );
	right: 0;
	//right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 );
	background: url('/img/udr.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/udr.png',sizingMethod=crop);
}
/*----------------*/
#logoNew {
	margin-top: 6px;
	margin-left: 4px;
	width: 185px;
	height: 173px;
	background: url('/img/logoBack.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logoBack.png',sizingMethod=crop);
}
.uuk {
	width: 198px;
	height: 7px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url('/img/kt.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kt.png',sizingMethod=crop);
}
.uup {
	width: 151px;
	height: 7px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url('/img/pt.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pt.png',sizingMethod=crop);
}
.udk {
	width: 198px;
	height: 7px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url('/img/kb.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/kb.png',sizingMethod=crop);
}
.udp {
	width: 151px;
	height: 7px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url('/img/pb.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pb.png',sizingMethod=crop);
}
.topSpacer {
	height: 7px;
	overflow: hidden;
	background: #fff4e6;
}
#slider {
	position: absolute;
	z-index: 100;
	color: #fff4e6;
	font-size: 0.8em;
}
#slider a {
	color: #ff9000;
}
#headerSmall {
	display: block;
	padding: 10px 25px;
	//width: 100%;
}
#logoSmall {
	width: 94px;
	height: 91px;
	background: url('/img/logoSBack.png') top right no-repeat;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logoSBack.png',sizingMethod=crop);
}
.another {
	display: none;
	background: #fff4e6;
	padding: 10px;
}

.anounceMain {
	position: relative;
	background: #ffe17a url('/img/bgPuzzle.jpg') no-repeat top left;
	/*border: 1px solid #fae2c3;*/
	padding: 9px 15px 15px;
	margin-bottom: 18px !important;
	float: left;
	
/*	opacity:0.5;
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	filter: alpha(Opacity=50);*/
}
.anounceAll {
	position: relative;
	background: #ffe17a url('/img/bgPuzzle.jpg') no-repeat bottom right;
	/*border: 1px solid #fae2c3;*/
	padding: 9px 15px 15px;
	margin-bottom: 9px !important;
	margin-top: -9px;
	float: left;
}
.actAnn {
	background: #ff9000 url('/img/bgPuzzle.gif') no-repeat bottom right;
}
.anounceMain h1, .anounceAll h1 {
	color: #941d02;
	/*font-size: 1.1em;*/
}
.anounceAll .repHr, .anounceMain .repHr {
	background: #dab07e;
}
.descriptFilm {
	font-size: 0.85em;
	margin-top: 1em;
}

a.anounceAll {
	position: relative;
	display: inline;
	float: left;
	background: #ffe17a url('/img/bgPuzzle.jpg') no-repeat bottom right;
	text-decoration: none;
}
a.anounceAll:hover {
	background: #ff9000 url('/img/bgPuzzle.gif') no-repeat bottom right;
	cursor: pointer;
	//cursor: hand;
}