
h1 {
	font-family:"ËÎÌå";
	color: #000;
	font-size:18px;
	line-height:60px;
	background: url('../images/dotted-h.png') repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	 font-weight:normal;
}
/* Content */
#content {
	margin: 0 30px;
}
#wrapper {
	margin-bottom: 50px;
}
#wrapper .content {
	margin-top: 110px;
	margin-left: 290px;
	margin-bottom: 80px;
	width: 660px;
}

/* News */
#news_content {
	position: relative;
	width: 90%;
	min-width: 960px;
	margin: 0px auto 80px auto;
}
#news_content div.sort {
	position: absolute;
	top: 40px;
	right: 0;
}
#news_content div.sort .text {
	float: left;
	color: #888;
}
#news_content div.sort a {
	margin-left: 10px;
	padding-left: 15px;
	/*background: url('../images/square.jpg') no-repeat left 7px;*/
}
#news_content div.sort > a.sort + a.sort {
	border-left: 1px solid #333;
}
#news_content div.sort a.cur {
	color: #c63033;
}
#news_content #news_items .news_item {
	display: none;
}
#news_content #slider_box {
	margin:30px auto 0 auto;
	position: relative;
	padding: 20px;
}
#news_content #slider ul, #news_content #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#news_content #slider {
	width:978px;
	height:270px;
	overflow:hidden;
	margin: 0 auto;
	position: relative;
}
#news_content #slider li {
	width:978px;
	height:270px;
	overflow:hidden;
}
#news_content span#prevBtn a, #news_content span#nextBtn a {
	width: 20px;
	height: 85%;
	text-indent: -9999px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 0;
}
#news_content span#prevBtn a {
	left: 0;
	background: url('../images/btn-arrow-left.png') no-repeat center left;
}
#news_content span#nextBtn a {
	right: 0;
	background: url('../images/btn-arrow-right.png') no-repeat center right;
}
#news_content #slider .news_item {
	float:left;
	width:286px;
	height:270px;
	margin: 0 20px;
}
#news_content .news-thumb {
	position: relative;
}
#news_content .news-thumb img {
	width: 286px;
	height: 190px;
}
#news_content .news-thumb .image img.color {
	display:block;	
}
#news_content .news-thumb .image img.dark {
	display:none;	
}
#news_content .news-thumb .btn-enlarge {
	margin-right: 5px;
	padding-right: 5px;
}
#news_content .news-thumb div {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'QuicksandBold', sans-serif;
	background: url('../images/tbg.png') repeat;
	width:286px;
	/*height:190px;*/
	text-align: center;
	display: none;
	padding: 86px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#news_content .news-info {
	margin-top: 5px;
	padding-left: 20px;
	background: url('../images/square.jpg') no-repeat left 7px;
}
#news_content .news-info span {
	font-size: 13px;
	color: #c63033;
}
#sb-info, #sb-title {
	height:25px !important;
}
#sb-wrapper{
	width:100% !important;
	left:0 !important;
}
#sb-body-inner{
	overflow-y:scroll;
}
#sb-player{
	height:auto;
	width:99%;
	*width: 98.5%;
}
