/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}
div.basicTickerTape ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	border: 1px solid #000000;
	width: 300px;
	height: 27px;
}
div.skeletonTickerTape ul li {
	margin: 10px 5px 0 5px;
	position:relative;
	border: 1px solid red;
}
div.styledTickerTape {
	font-family: Verdana, sans-serif;
	width: 400px;
	height: 27px;
	font-size: 11px;
}
div.styledTickerTape ul {
	padding: 0;
	list-style: none;
}
div.styledTickerTape ul li {
	margin: 0 110px 0 10px;
	padding: 5px 5px;
	
}
div.styledTickerTape ul li p {
	margin: 0;
	padding: 0;
}
div.styledTickerTape a {
	color: #c60021;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
div.styledTickerTape a:hover {
	color: #d60021;
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

div.horizontalTickerTape {
	font-family: Verdana, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	color:#FF0000;
	width: 440px;
	border: 1px solid #444;
	height: 27px;
}
div.horizontalTickerTape ul {
	padding: 0;
	list-style: none;
	width: 5000000px;
}
div.horizontalTickerTape li {
	float: left;
	margin: 1px;
	padding: 5px;
}
div.horizontalTickerTape p {
	display: none;
	margin: 0;
}
div.horizontalTickerTape p.tickerLink {
	display: block;
}
