.news_hover {

	background: #FFF;
	padding: 5px;

}

.news_hover:hover {

	background: #E5E5E5;

}

.news {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}

.news h1 {
	font-family: Verdana, Arial, sans;
	font-size: 1.1em;
	color: #6c6c6c;
	margin: 0;
	padding: 0;
}

.news ul {
	list-style: none;
	width: 520px;
	*width: 520px;
	margin: 0;
	padding: 0px 0px;
}

.news ul li {
	width: 520px;
	*width: 520px;
	height: 410px;
	padding: 0px;
	margin: 0;
	/*overflow-y: auto;*/
    overflow-y: auto;
	*overflow: hidden;
	/*border-bottom: 1px solid #e5e5e5;	*/
}

.news ul a {
	font-style: italic;
	text-decoration: none;
    border: 0;
	color: #6c6c6c;
}

.news ul a:hover {
	font-style: italic;
	text-decoration: none;

}

.news .thumbnail {
	width: 120px;
	height: 100px;
	float: left;
	padding-left: 1px;
	padding-top: 10px;
}

.news .thumbnail img {
	/*width: 90px;
	height: 90px;*/
	border: 3px solid #FFF;
	outline: 1px solid #e5e5e5;
}

.news .header {
	width: 300px;
	height: 100px;
	float: left;
	padding: 10px 0px;

}

.news .header h1 {
	font-family: Arial, Verdana, sans-serif;;
	font-size: 1.1em;
	font-weight: bold;
	color: #6c6c6c;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.news .header p {
	font-size: 0.8em;
	color: #6c6c6c;
	margin: 7px 0px;
	padding: 0;
}

.intro {
	width: 370px;
	*width: 340px;
	height: 100px !important;
	overflow: hidden;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	/*font-size: 0.8em;*/

}

.intro_text {
	height: 60px !important;
	overflow: hidden;
}


.news .content2 {
	clear: both;
	padding: 0px 0px 0px 1px;
	text-align: justify;
	font-size: 0.9em;
	color: #6c6c6c;

}

#controller2 {

	list-style: none;
	margin: 0px 0px 0px 0px;
	width: 480px;
	height: 20px;
	border-bottom: 1px dotted #e5e5e5;
	padding: 5px 10px;
	/*position:absolute;*/
	clear: both;
	background: #FAFAFA;

}

#controller2 li {

	float: left;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 0.7em;
	color: #6c6c6c;
}

.off {
	background: #FFF url(../images/bullet_off.png);
}

.on {
	background: #FFF url(../images/bullet_on.png);
}

.controller_text {
	width: 60px !important;
	height: 14px !important;

	padding: 3px 0px !important;
	font-size: 0.8em !important;
	color: #6c6c6c;
}