
.tickercontainer {
	
	background: #003366 none repeat scroll 0%; /* here change  background color of container*/
	
	height:20px;
	margin:0pt;
	width:602px;
}

.tickercontainer .mask {
	
	left:0px;
	overflow:hidden;
	position:relative;
	top:2px;

	width:602px;
}

ul.newsticker {
	font-family:Helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	left:750px;
	line-height:normal;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position:relative;
   	
}

ul.newsticker li {
	 
    float:left;
	margin:0pt;
	padding:0pt;
 

}

ul.newsticker a {
	color:white; /* here change letter color and font , etc . */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: 200;
	line-height:normal;
	margin:0pt 50px 0pt 0pt;
	padding:0pt;
	white-space:nowrap;
	text-decoration:none;
}

