/* The basicTickerTape styles are required */

div.basicTickerTape { position: relative; overflow: hidden; margin-left:176px;}
div.basicTickerTape ul { position: absolute; top: 0; left: 20px; margin: 0;}

/* The basicTickerTape styles are required */

div.styledTickerTape { 	border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; width: 540px; height: 150px; }
div.styledTickerTape ul { padding: 0; list-style: none; }

div.styledTickerTape ul li {
			width: 477px; 
			margin: 5px 0px 5px 0px;
			background: #fff0e1;
			padding: 10px;
			border: 1px solid #ddd;
			list-style-image: url(../images/pixel.gif);  /*added for IE's benefit, otherwise ignores above list-style none attribute*/
			list-style: none;
		}



div.styledTickerTape ul li p { line-height:18px; margin: 0; padding: 0; font: 14px/14px Verdana, Arial, Helvetica, sans-serif;  }
div.styledTickerTape a { color: #000000; font: 12px/14px Verdana, Arial, Helvetica, sans-serif; }
div.styledTickerTape a:hover { color: #00000; border:none; }


