@charset "iso-8859-2"; /* http://blog.wardelldesign.com/ */ #marquee { position:relative; /*marquee left should have the same value as newsticker width*/ left:575px; overflow:visible; width:auto; float:left; white-space:nowrap; } #newsticker { /*newsticker width should have the same value as marquee left*/ width:575px; height:30px; border-width:1px; border-style:solid none; border-bottom-color:#999999; background:#FFFFFF; margin:auto; margin-left:0px; position:relative; left:auto; clear:both; overflow:hidden; }