.tickercontainer{
	position:		relative;
	height:			21px; 
	width:490px;
	overflow:		hidden;

	background-image: url(/assets/images/home/tickerbg.gif);
	background-position:top left;
	border:1px solid #FFF;
}

.ticker{
	position:		relative;
	visibility:		hidden;
	left:			0px; 
	top:			0px; 
	font-size:		12px; 
	font-weight:	bold; 
	width:			200%;
	height: 14px; 

}

.ticker span{
	float:			left;
	position:		relative;
	color:			green; 
	padding-bottom:	2px; 
	padding-left:	1.5em;
	padding-right:	2em;
	margin:			4px 0 0 0;
	background-image: url('/assets/images/home/tickerarrow.gif');
	background-position: 0% 12%;
	background-repeat: no-repeat;
}

.ticker span.padding{
	background: 0;
}


.ticker span, .ticker span a, .ticker span a:link, .ticker span a:visited, .ticker span a:hover, .ticker span a:active {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration:none;
}

.ticker span a:hover{
	text-decoration:underline;
}



.tickerbackup{
	padding-bottom:	2px; 
	padding-left:	2em;
	padding-right:	2em;
	/* \*/
	display: none;
	visibility: hidden;
	/* */
	}

.tickerbackup, .tickerbackup a, .tickerbackup a:link, .tickerbackup a:visited, .tickerbackup a:hover, .tickerbackup a:active{
	text-decoration:none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tickerbackup span a:hover{
	text-decoration:underline;
}
.tickerback {
	height: 25px;
	line-height: 25px;
}


