#news_container {
	width: 950px;
	min-height: 372px;
}

#news_list {
	width: 391px;
	height: 371px;
	float: left;
}

#carousel-wrapper {
	width: 391px;
	height: 270px;
	margin-top: 21px;
	margin-left: 21px;
	float: left;
	overflow: hidden;
}

#carousel-content {
	width: 391px;
}

#carousel-content .slide {
	float: left;
	width: 391px;
	height: 90px;
}

#carousel-content .news_image {
	float: left;
	width: 75px;
	height: 49px;
}

#carousel-content .news_text {
	float: left;
	width: 360px;
	height: 71px;
	padding-left: 13px;
	padding-bottom: 19px;
	overflow: hidden;
}

#news_prev {
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 11px;
	margin-right: 10px;
}

#news_next {
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 11px;
}

#news_details {
	float: left;
	width: 470px;
	min-height: 351px;
	margin-right: 18px;
	margin-top: 20px;
}

#news_details .news_title {
	float: left;
	width: 476px;
	height: 18px;
	margin-bottom: 20px;
}

#news_details .news_image {
	float: left;
	width: 476px;
	height: 82px;
	margin-bottom: 13px;
}

#news_text2 {
	float: left;
	width: 476px;
	/*height: 129px;*/
}

#news_details #news_images {
	float: left;
	width: 575px;
	margin-top: 10px;
}

#news_images .news_image {
	float: left;
	width: 123px;
	height: 73px;
	margin-right: 14px;
	margin-bottom: 16px;
}