@charset "utf-8";
/* CSS Document */

	/* CSS for the scrollers */
	div.horizontal_scroller, div.vertical_scroller{
	position:relative;
	height:26px;
	width:998px;
	display:block;
	overflow:hidden;
	/* [disabled]border:#CCCCCC 1px solid; */
	margin-top: 0;
	margin-bottom: 0;
	}
	div.scrollingtext{
	position:absolute;
	white-space:nowrap;
	/* [disabled]font-family:'Trebuchet MS',Arial; */
	/* [disabled]font-size:18px; */
	font-weight:bold;
	color:#fff;
	padding: 3px;
	}

	/* style needed only for this example */
	/*span{margin:5px;padding:8px 12px;width:150px;background-color:#0066CC;color:#FFFFFF;border:#003366 1px solid;display:block;float:left;text-align:center;}
	span:hover{background-color:#0099CC}*/
	#soccer_ball_container{width:500px;height:80px;}
	#soccer_ball_container .scrollingtext{width:40px;height:80px;}
	#soccer_ball{display:block;position:absolute;top:0px;left:0px;}
