/* Scroller Box */
#scroller_container {
 position: relative;
 width: 400px;
 height: 170px;
 overflow: hidden;
 font-size:11px;
}

#scroller {
white-space:nowrap;
}

/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}
