@charset "utf-8";
/* liScroll style declarations */

/*the outer div with the black border */

/*.tickercontainer { 
	width: 650px;
	height: 22px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float:left;
}
*/
/* that serves as a mask. so you get a sort of padding both left and right */
/*
.tickercontainer .mask { 
	position: relative;
	left: 5px;
	top: 0px;
	width: 650px;
	overflow: hidden;
}
*/

