/* liScroll styles */

.tickercontainer {
	width:670px;
	height:32px;
	margin:0;
	padding:0;
	overflow: hidden;
	}
.tickercontainer .mask {
	left: 0;
	top: 0;
	width:690px;
	position: relative;
	overflow: hidden;
	}
ul.newsticker {
	left:700px;
	margin: 0;
	padding:5px 0;
	position: relative;
	}
ul.newsticker li {
	font-size:13px;
	color:#606e7b;
	list-style-type: none;
	float: left;
	margin: 0;
	padding:5px;
	background:#ffffff;
	}
