/*srolling news style*/


.newsScroll .p7VSC_up a {
	height: 8px;
	width: 24px;
	background-image: url(../images/dbup.jpg);
	background-repeat: no-repeat;
}
.newsScroll .p7VSC_dn a {
	height: 8px;
	width: 24px;
	background-image: url(../images/dbdn.jpg);
	background-repeat: no-repeat;
}
.newsScroll .content a{
	text-decoration:none;
	line-height: 20px;
}
.newsScroll .content a:hover{
	color:#b51f25;
	text-decoration:underline;
	line-height: 20px;
}
.newsScroll .content a.active{
	color:#b51f25;
	text-decoration:none;
	line-height: 20px;
}