/* 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 red;
	width: 300px;
	height: 175px;
}

div.skeletonTickerTape ul li {
	margin: 10px 5px 0 5px;
	position: relative;
	border: 1px solid red;
}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	text-align: left;
	width: 165px;
	height: 150px;
	font-size: 10px;
	padding: 0;
}

div.styledTickerTape ul {	
      margin: 0;
      list-style: none;
      padding: 0;
      voice-family: "\"}\""; 
      voice-family:inherit;
      padding: 5px;
}

div.styledTickerTape ul li {
	width: 150px;
      padding: 10px 4px 10px 4px;
	margin: 5px 0;
	background: #fff;			
	border: 1px solid #cecece;
	list-style: none;
}

div.styledTickerTape ul li p {
	margin: 0;
	padding: 0;
}

div.styledTickerTape a {
	color: #000;
	font-weight: normal;
}

div.horizontalTickerTape {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 600px;
	border: 1px solid #990000;
	height: 35px;
}

div.horizontalTickerTape ul {
	padding: 0;
	list-style: none;
	width: 500000px;
}

div.horizontalTickerTape li {
	float: left;
	border: 1px solid blue;
	margin: 5px;
	padding: 5px;
}

div.horizontalTickerTape p {
	display: none;
	margin: 0;
}

div.horizontalTickerTape p.tickerLink {
	display: block;
}
