.tickercontainer {
	width: 380px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	overflow:hidden;
	background-color: #fff;
}
.tickercontainer .mask {
	position: relative;
	left: 0px;
	top: 0px;
	width: 380px;
	background-color: #fff;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 380px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}
ul.newsticker span {
	margin: 0 25px 0 0;
}



#newsTicker{
	position: relative; top: 15px; left: -15px;
	margin: 25px 0px 0px 0px;
	padding: 2px 2px 2px 80px;
	z-index: 3;
	background-color: #ff3b6d;
	background-image: url("../../images/index_ticker.gif");
	background-repeat: no-repeat;
}
#newsTicker ul {
	position: relative;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

