@charset "utf-8";

#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:400px;
	overflow:visible;
	width:auto;
	float:left;
	white-space:nowrap;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
		
	margin:auto;
	position:relative;
	left:auto;
	clear:both;
	overflow:hidden;
}
