/* NEWS start */

#news_cont {
	position: relative;
	width: 730px;
	height: auto !important;
}

#news_cont img {
	border: 1px solid #d4b892;
}

#news_top {
	background: transparent url(../img/bg/f7f2ec.png) repeat;
	width: 730px;
	height: 100px;
	overflow: hidden;
}

#news_top ul,
#news_top li {
	list-style: none;
}

#news_top li {
    cursor: pointer;
}

#news_top li div.newsMinTxt:hover {
    color: #DB0711;
}


#news_prev {
	position: absolute;
	top: 40px;
	left: 25px;
	width: 23px;
	height: 23px;
	padding: 0;
	border: none;
}

#news_prev img {
	border: none;
}

#news_next {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 23px;
	height: 23px;
	padding: 0;
}

#news_next img {
	border: none;
}

#news_slider {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 609px;
	height: 100px;
	overflow: hidden;
}

.news_solo {
	width: 193px;
	height: 65px;
	margin-top: 18px;
	padding: 0 4px 0 4px;
	border-left: 1px solid #e4ded8;
	border-right: 1px solid #f7f2ec;
	overflow: hidden;
}

.news_solo.last {
	border-left: 1px solid #e4ded8;
	border-right: 1px solid #e4ded8;
}

.newsMinTxt {
	position: relative;
	top: 0px;
	left: 96px;
	width: 100px;
	height: 65px;
	color: #7f6a4e;
	font-size: 11px;
	font-weight: 600;
	font-family: verdana, sans-serif;
	line-height: 12px;
	margin-top: -65px;
	padding: 0 6px 0 6px;
	vertical-align: middle;
	border: none;
}

#news_bottom {
	background: transparent url(../img/bg/eaddcb.png) repeat;
	width: 690px;
	height: auto !important;
	padding: 25px 15px 20px 25px;
	height: 100%;
}

.news_head {
	color: #7f6a4e;
	font-size: 16px;
	font-weight: 900;
	font-family: verdana, sans-serif;
	line-height: 20px;
	border: none;
	padding-top: 20px;
	margin-bottom: 15px;
}

.news_txt {
	color: #696258;
	font-size: 11px;
	font-weight: 100;
	font-family: verdana, sans-serif;
	line-height: 18px;
	border: none;
	margin-bottom: 20px;
}

.news_txt strong, .news_txt b {
	font-weight:bold;
}

/* MOVIE START */

#dc_movie_left {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 350px;
	height: 320px;
	color: #9b886f;
	font-size: 12px;
	font-weight: 100;
	font-family: trebuchet ms, verdana, sans-serif;
	line-height: 1.5;
	text-align: left;
	border-right: 1px solid #ffffff;
	margin-left: 20px;
	padding-right:10px;
}

#dc_movie_left h2{
	color: #9b886f;
	font-size: 16px;
	font-weight: 900;
	font-family: trebuchet ms, verdana, sans-serif;
	line-height: 100%;
	text-align: left;
	border-right: 1px solid #ffffff;
	margin: 0;
	padding: 10px 0 10px 0;
	border-style: none;
}

#dc_movie_right {
	position: relative;
	top: 15px;
	left: 390px;
	width: 320px;
	height: 320px;
	color: #DB0711;
	font-size: 14px;
	font-weight: 900;
	font-family: trebuchet ms, verdana, sans-serif;
	line-height: 100%;
	text-align: center;
}

#dc_movie_player {
	position: absolute;
   top: 0;
   left: 0;
   width: 320px;
   height: 240px;
   z-index:1000;
}

#db_movie_right_txt {
   position:relative;
   margin:0 auto;
   top:-75px;
   font-size:15px;
	font-weight:100;
	color:#58534B;
	z-index:100;	
}

#dc_moviebg {
	position: relative;
	width: 730px;
	height: auto !important;
	background-color: #eee2d2;
	padding-bottom: 10px;
}

