/* Scroller Box */
#scroller_container {
 position: absolute;
 width: 350px;
 height: 11px;
 text-indent:20px;
 top:110px;
 overflow: hidden;

}

#scroller {
 white-space: nowrap;
 line-height: 11px;
 font-size: 11px;

}
#scroller p {
 padding: 0;
}



