/* 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;
	border: 1px solid #ccc;
	margin: 10px;
	height: 230px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
		display: block;
		width: 100%;
	}

		div.styledTickerTape ul li {
			margin: 10px 10px 0 10px;
			background: #FFFFFF;
			padding: 5px 5px;
			border-bottom: 1px solid #DDDDDD;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
				font-weight: bold;
				color: #3f3f8c;
			}

	div.styledTickerTape a 
	{
		color: #000000;
		font-weight: normal;
	}
	div.styledTickerTape a:hover 
	{
		text-decoration:underline;
	}

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;
	}