/* 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.styledTickerTape {
	font-family: Verdana, sans-serif;
	border: 0px solid #ccc;
	width: 230px;
	height: 180px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 219px;
			margin: 10px 0px 0px 3px;
			/*background: #eee;*/
			padding: 3px 3px; 
			border: 1px solid #978A65;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: black;
	}

