/* 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: 345px;	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: 0px solid #ccc;	width: 320px;	height: 280px;	/* height of synyshyn tickertape */	font-size: 10px;	font-color: #666;}	div.styledTickerTape ul {		padding: 0;		list-style: none;	}		div.styledTickerTape ul li {			width: 330px;			margin: 10px 10px 0 0px;			background: #FAFAFA;			padding: 5px 5px;			border: 0px solid #ddd;		}			div.styledTickerTape ul li p {				margin: 0;				padding: 0;			}	div.styledTickerTape a {		color: #1F83B1;		text-decoration: none;	}	div.horizontalTickerTape {	font-family: Verdana, sans-serif;	font-size: 11px;	width: 350px;	border: 1px solid #990000;	height: 35px;}	div.horizontalTickerTape ul {		padding: 0;		list-style: none;		width: 350px;	}	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;	}	
