/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #232323;
background:#232323; 
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
margin-top:170px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font: bold 11.5px Arial, Helvetica, sans-serif;
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;

}



div.newsticker {
	background:#232323;
background-image:url(images/more_off.gif);
background-repeat:no-repeat;
background-position:right;
cursor:pointer;
}


div.newsticker2 {
background:#232323;
background-image:url(images/more_on.gif);
background-repeat:no-repeat;
background-position:right;
cursor:pointer;
}




ul.newsticker a {
white-space: nowrap;
padding: 0;
color:#FFF;
font: bold 11.5px Arial, Helvetica, sans-serif;
margin: 0px 50px 0px 0px;
text-decoration:none;
padding-left:40px;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color:#FFF;
} 

#ticker01
{
	opacity: 0;
    filter: alpha(opacity = 0);

}
