.marqee-hidden 	
				{
					width: 100%; 
					display:none;					
					background:#fff;
				}

.marqee-hidden 	li
				{
					font: 14px Arial, Helvetica, sans-serif;
					padding: 3px 5px; 
				}
div.marquee {
	float: left;
	margin: 0;         
	width: 100%; 
}
  
ul.marquee {
	/* required styles */
	display: block; 
	padding: 0;
	margin: 0; 
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	float: right;
	/* optional styles for appearance */
	width: 100%;
	height: 20px; /* height should be included to reserve visual space for the marquee */
	background-color: #fff;
	/*background-color: #f2f2ff;*/
	border: none;
}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; 
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 0px !important;
}

#ticker_toggle 
{
	padding-right:10px;
}

#ticker_toggle:hover
{
	cursor:pointer; 
} 





 