/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	/* background: #fff; */
	width: 320px;
	height: 100px;
	padding: 0;
	overflow: hidden;
	margin: 0;
	background-image: url(../images/background-th.jpg);
	background-repeat: no-repeat;	/* border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000; */
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 0px;
	width: 1019px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 150px;
	font: bold 15px 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:link, ul.newsticker a:visited {
	white-space: nowrap;
	padding: 0;
	color: #1B42BB;
	font: bold 15px Verdana;
	margin: 0;
} 
ul.newsticker a:hover {
	white-space: nowrap;
	padding: 0;
	color: #0F0;
	font: bold 15px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker a.fix {
	white-space: nowrap;
	padding: 0;
	color: #0F0;
	font: bold 15px Verdana;
	margin: 0;
} 
ul.newsticker span {

} 
