/* liScroll styles */
.mainscroll { margin-bottom:20px; width:100%; height:auto; overflow:hidden;}
.tickercontainer { /* the outer div with the black border */
border-top: 0px solid #000;
background-color:#781e28; 
width:100%; 
height:25px; 
margin: 0; 
padding: 0;
overflow: hidden;
float:right;
}
.breaknews {
	width:10%; 
	float:left; 
	background-color:#861b37; 	
	height:25px;
	border-top:1px solid #000;

}
.breaknews span {
	text-align:left;
	color:#fff; 
	font-size:14px; 
	font-weight:300;
	padding:20px;
	}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top:5px;
/**width:99%;**/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font-family: 'Karla', sans-serif;
font-size:13px;
list-style-type: none;
font-weight:600;
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;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
font-size:11px;
} 
ul.newsticker span {
margin: 0 0 0 0;
color:#ffff;
font-size:13px;
font-family: 'Karla', sans-serif;
font-weight:600;
} 