/* liScroll styles */
.tickercontainer {
	width : 748px;
	height: 27px; 
	margin: 0;
	padding: 0px;
	overflow: hidden;
	font-size : 13px;
}

.tickercontainer .mask { 
	position: relative;
	overflow: hidden;
	left : 5px;
	width : 690px;
}

/* that's your list */

ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 628px;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #6a6868;
	margin: 0 50px 0 0;
	text-decoration : none;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
}

ul.newsticker li a:hover {color:#ff0099}

/* etc */
ul.news_one{list-style-type: none;margin: 0;padding: 0;font-size : 13px;}
ul.news_one a{color: #6a6868;text-decoration : none;}
ul.news_one a:hover{color: #ff007e;text-decoration : none;}
ul.newsticker li {margin: 0;padding: 0;}
