/****************** News *****************/

div.news{
	position:relative;
	float:left;
	width:250px;
	border:#eeeeee solid 1px;
	height:150px;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:20px;
}

div.title{
	background:#eeeeee;
	padding:5px;
	font-weight:bold;
	color:#272846;
	cursor:pointer;
	position:relative;
	float:left;
	width:519px;
}

div.text{
	text-align:justify;
	position:relative;
	padding:5px;
	width:240px;
	overflow-y:hidden;
	overflow-x:hidden;
	word-wrap:normal;
	clear:both;
}

span.news_date{
	color:#d56c10;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
}

#exposeMask{
	background:#272846;
}

