@charset "utf-8";
/* http://blog.wardelldesign.com/ */
#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:200px;
	overflow:visible;
	width:auto;
	float:left;
	white-space:nowrap;
	color:white;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
	width:200px;
	height:20px;
	margin:auto;
	position:relative;
	left:auto;
	clear:both;
	overflow:hidden;
}
