/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 660px;
height: 27px; 
margin: 0;
margin-top:10px;
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 650px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a, ul.newsticker a:visited {
white-space: nowrap;
padding: 0;
color:#003770;
font: bold 10px Verdana;
text-decoration:none;
margin: 0 50px 0 0;
} 
ul.newsticker a:hover{
	text-decoration:underline;
}
ul.newsticker span {
margin: 0 10px 0 0;
}
#listticker{
	height:222px;
	width:640px;
	overflow:hidden;
	text-align:justify;
	border:none;
	padding:0;
	margin:0;
}
#listticker li{
	margin:15px;
	border:0; margin:0; width:640px;list-style:none;
	z-index:0
}

	#listticker li{
		height:222px;

		list-style:none;
	}
		#listticker a{
			color:#000000;
			margin-bottom:
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#listticker img{
			z-index:-1;
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}
