/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
	width:auto;
}

	div.basicTickerTape ul {
		position: absolute;
		top: -50px;
		left: -30px; /*position where enlarged image should offset horizontally */
		z-index: 50;
	}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	width: auto;
	height: 180px;
	
}

	div.skeletonTickerTape ul li {
		font-family: Tahoma, Verdana, sans-serif;
		margin: 10px 0px 0px 0px;
		padding: 5px;
		width: 300px;
		position: relative;
		border: 1px solid #d5d2b9;
		background: #f5f5ec;
	}

