.tickercontainer {
	background: -moz-linear-gradient(top, #333, #222 50%, #222 51%, #000);
	background: #000 url("../images/ticker/ticker_bg.png") top left repeat-x;
	width: 100%; 
	height: 27px; 
	margin: 0;
	padding: 10px;
	overflow: hidden; 
	position: fixed;
	bottom: 0;
	right: 0;
}

#ticker_tab {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("../images/ticker/ticker_tab.png") no-repeat;
	width: 160px;
	height: 47px;
	z-index: 100;
}

ul.newsticker {
	position: relative;
	left: 100%;
	font-size: 17px;
	list-style-type: none;
	margin: 4px 0 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0 100px;
	display: inline;
	padding: 0;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

ul.newsticker a {
	color: #ff0;
	text-decoration: none;
}