/* Scroller Box */
#scroller_container {
 width: 200px;
 height: 260px;
 position:relative;
 overflow: hidden;
}

#scroller {width: 200px;
 height: 222px;left:0px;}

/* Scoller Box */
.scroller_container_up_down, .scroller_container_left_right {
 border: 2px dotted #ff9900;
 position:relative;
 overflow: hidden;
 left:0px;
 background-color:#ffff99;
}

.scroller_container_up_down {
 width: 200px;
 height: 260px;
}

.scroller_container_left_right {
 width: 300px;
 height: 60px;
}

.scroller_left_right {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

.scroller_up_down  p, .scroller_left_right p {
 padding: 0;
}
/* Scoller Box */

/* Example Divs */
/*.box1, .box2, .box3 {
 width: 25px;
 height: 25px;
 display: block;
 padding: 0;
 margin: 0;
}

/*.box1{background: #f00;}

.box2{background: #0f0;}

.box3{background: #00f;} */


/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
 overflow: auto;
}

