.tickercontainer {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin: 15px 0px;
	font-size: 13px;
	font-weight: bold;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	background: #CC6600; /* old browsers */
	background: -moz-linear-gradient(top, #FF9933 0%, #CC6600 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9933), color-stop(100%,#CC6600)); /* webkit */
	background: linear-gradient(top, #FF9933 0%, #CC6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9933', endColorstr='#CC6600',GradientType=0 ); /* ie */
	-moz-transition:   box-shadow 0.2s ease-in-out;
	-webit-transition: box-shadow 0.2s ease-in-out;
	transition:        box-shadow 0.2s ease-in-out;
	zoom: 1;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 1px 0px #b3b3b3;
	   -moz-box-shadow: 1px 1px 1px 0px #b3b3b3;
	        box-shadow: 1px 1px 1px 0px #b3b3b3;
}
.tickercontainer .mask {
	position: relative;
	left: 0px;
	top: 5px;
	width: 960px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 700px;
	list-style-type: none;
}
ul.newsticker li {
	float: left;
}