/* News Ticker using Mootools */
#ticker.enabled * {
}

#ticker.enabled {
	margin:5px 0;
	height: 35px; 
	max-height:35px;
	position: relative;/*IE*/
	overflow:hidden;
	border: 0px solid #ccc;
	padding-bottom:3px;
}
	
#ticker.enabled ul {
	position: relative;
	margin-left:18px;
	margin-top:-2px;
	margin-right:0px;
	text-align:left;
}

#ticker.enabled li  {
	height: 40px; 
	text-decoration: none;
	color:#444;
	line-height:16px;
	list-style:none;
	font-weight:normal;
	font-size:12px;
	/*background: #ffb74c;  background */
	padding:5px;
}

#ticker.enabled li a {
	text-decoration: none;
	color:#f90;
}

#tickerScroller li {
	opacity: 1;
	-moz-opacity: 0.9999;/*fix for firefox*/
	filter: alpha(opacity=100);
}
