/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
background: #fff; 
width: 510px; 
margin-left: 83px;
padding: 0
/*overflow: hidden; */
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 520px;
overflow:hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 500px;
font: bold 11px Tahoma;
list-style-type: none;
margin: 0;
padding: 0;
visibility:hidden;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background:white;

}
ul.newsticker a {
white-space: nowrap;
text-decoration:none;
padding: 0px 10px 0px 10px;
color: #933;
font: bold 12px Verdana;
/*border:solid 1px;*/
/**margin: 0 0px 0 0;*/
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
.NewsAlertContainer {
	margin:0px 0px -10px 5px;
	width:600px;
	height:20px;
	overflow:hidden;
}
.NewsAlert-div{
	width:83px;
	float: left;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	
}
