/* liScroll styles */

.competition
{
	float: left;
	height: 35px;
	width: 958px;
    margin-top: 10px;
	border: 1px solid #384E96;
}

.tickeroverlay-left{
	/* background-image:url('left.png'); */
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:-2px;
}

.competition-fish{
	position:absolute;
	left: 0px;
	z-index:500;
	top: -15px;
}

#fade-left{
position: absolute;
left: 0px;
top: 11px;
}

#fade-right{
position: absolute;
right: 0px;
top: 11px;
}
	
.tickeroverlay-right{
	/* background-image:url('right.png'); */
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	right:-2px;
}
.tickercontainer { /* the outer div */
height: 57px;
margin: 0;
padding: 0;
position: relative;
top: -11px;
width: 958px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
height: 57px;
left: 0px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
position: relative;
width: 938px;
}
ul.newsticker { /* that's your list */
position: relative;
margin-left: 20px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left;
font-size: 13px;
margin: 19px 0 0;
padding-left: 92px;
position: relative;
width: 897px;
}
ul.newsticker a {
white-space: nowrap;
/*padding: 0;*/
/*color: #ff0000;*/
/*font: bold 10px Verdana;*/
/*margin: 0 50px 0 0;*/
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

#webticker2{
	float:right;
}

#webticker2 li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-left: 15px;
/*background: #fff;*/
}