/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
/* style for horizontal ticker only */


div.horizontalTickerTape {
	font:bold 9px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	width: 741px;
	border: none;
	height: 20px;
}

	div.horizontalTickerTape ul {
		padding: 0;
		list-style: none;
		width: 500000px;
	}

	div.horizontalTickerTape li {
		float: left;
		border: none;
		margin: 0;
		padding: 3px 50px 0 5px;
	}
	
	div.horizontalTickerTape a{
	color: #fff;
	text-decoration: none;
	
	}
	
	div.horizontalTickerTape a:hover{
	color: #e9e9e9;
	text-decoration: none;
	}

	div.horizontalTickerTape p {
		display: none;
		margin: 0;
	}

	div.horizontalTickerTape p.tickerLink {
		display: block;
	}
