/* Scroller Box */
#scroller_container {
 position: relative;
 /*width: 150px;*/
 height: 250px;
 overflow: hidden;

 
}

#scroller #linksLine {
/* Additional Styles
width: 100px;*/
height: 150px;
text-align: inherit;
}

/* Scoller Box */

/* At the end of the CSS File */

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

#scroller_container {
 overflow: auto;
}
