@charset "UTF-8";
/*==================================================
 CUSTOM CLASS LIB CSS
==================================================*/

#newsTicker {
	clear: both;
	width: 961px;
	height: 44px;
	margin: 0px auto;
	background: url(../img/common/newsTicker.jpg) no-repeat 0px 0px;
}

.tickercontainer {
	width: 811px; 
	height: 44px; 
	margin: 0px 0px 0px 150px; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 5px;
	width: 790px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 700px;
	font-size: 14px;
	line-height: 44px;
	color: #333333;
}
ul.newsticker li {
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
}
ul.newsticker a {
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
	line-height: 44px;
} 
ul.newsticker span {
	font-size: 14px;
	color: #333333;
	line-height: 44px;
} 
