/* Scroller Box */
#scroller_container {
 position: relative;
 height: 40px;
 width:400px;
 overflow: hidden;
 border:none;
 float:left;
 margin: .8em 1em 0 3em;
 z-index:1;		
}

#scroller {
text-align:left;
font-weight:bold;

}


/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}