﻿.clearer
{
	clear:both;
}

#positioner
{
	position:relative;
}

#tickerHolder
{
	position:absolute;
	top:5px;
	right:40px;
	width:420px;
	height:20px;
	overflow:hidden;
}

#tickerContent
{
	width:5000px;
	height:20px;
}

#tickerHolder ul
{
	list-style-type:none;
}

#tickerHolder ul li
{
	float:left;
	width:350px;
	color:Yellow;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}

#tickerHolder ul li a
{
	display:inline;
}

#tickerHolder ul li a:link, #tickerHolder ul li a:visited
{
	color:#f7be00;
	text-decoration:none;
}

#tickerHolder ul li a:hover
{
	color:White;
	text-decoration:underline;
}
