

.tickercontainer { /* the outer div with the black border */
	background: #40b648; 
	width: 410px; 
	margin: 12px 0 0 0; 
	padding: 0;
	/*overflow: hidden;*/
	float:right;
	clear:right;
	height: 24px; 
	position: relative;
}

.tickercontainer .mask { 
	margin:5px;
	height:20px;
	position:relative;
	overflow: hidden;
	width:410px;
}

/*#news-ticker {
	float:right;
	width:400px !important;
	background: #40b648;
	clear:right;
}*/

ul.newsticker { 
	position: relative;
	left:450px;
	margin:0 0 0 0;
	float:left;

}

ul.newsticker li { float:left;
	
	margin: 0 50px 0 0;
	padding: 0;
	white-space: nowrap;
	width:auto;
	font-size:1.3em;
	font-style:italic;
}

ul.newsticker li a { color:#fff;
background:none;}

ul.newsticker li span { margin:0 80px 0 0;}
