

.news-scroller{

	padding:0px 0px 0px 0px;

	margin:0px 0px 0px 0px;


	font-family: Arial, sans-serif;

	}



.news-scroller ul {

padding: 0;

list-style: none;

}

.news-scroller li {

padding: 20px;

border-bottom: 1px dashed #ccc;

}



.news-scroller li:after {

content: '';

display: block;

clear: both;

}

.news-scroller img {

float: left;

width:100px;

margin: 5px 15px 0 0;

}

.news-scroller span {

font-size: 20px;

font-weight: bold;

color: #333;

text-decoration:none;

}

.news-scroller span a {

color: #333;

text-decoration:none;

}

.news-scroller p {

padding:0px 0px 15px 0px;

margin:0px 0px 0px 0px;

font-size: 14px;

line-height:20px;

}

.news-scroller p.read-more {

font-size: 13px;

color:#999;

}

.news-scroller p a {

color: #06f;

}

.news-scroller-more{

	display:inline-block;

	padding:5px 10px;

	background-color:#000;

	color:#FFF;

	text-align:center;

	text-decoration:none;

	}

.news-control{

	

	}

.news-control .btnUp{

	width:22px;

	height:22px;

	display:block;

	float:left;

	background:#000 url(../images/btnUp.png) center top no-repeat;

	}

.news-control .btnDown{

	width:22px;

	height:22px;

	display:block;

	float:left;

	background:#000 url(../images/btnDown.png) center top no-repeat;

	}

.news-control .btnToggle{

	width:22px;

	height:22px;

	display:block;

	float:left;

	display:none;

	background:#000 url(../images/btnDown.png) center top no-repeat;

	}

