/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	margin: 0; 
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	padding: 0;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	display: inline;
	float: left;
	margin: 0 40px 0 0;
	padding: 0 0 0 13px;
	background: url(../img/common/ico_circle.gif) left center no-repeat;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	color: #c30023;
	text-decoration: none;
} 
ul.newsticker a:hover {
	color: #c30023;
	text-decoration: none;
	background: #ebbab6;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 