@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */

#scrollable {position:relative; margin:0 0 0 0px; width:860; height:230px; text-align:left}

.customScrollBox {position:relative; height:100%; overflow:hidden; width:860px}
.customScrollBox .container {position:relative; width:810px; top:0; float:left; padding:5px 20px 5px 0}
.customScrollBox .content {clear:both;}

.dragger_container {position:relative; width:12px; height:226px; float:left; background:#ffffff; cursor:s-resize; border:#ffffff 2px solid }
.dragger {position:absolute; width:12px; height:50px; background:#000000; text-align:center; line-height:50px; color:#666; overflow:hidden; cursor:pointer;}
.dragger_pressed {position:absolute; width:12px; height:60px; background:#000000; text-align:center; line-height:50px; color:#666; overflow:hidden; cursor:pointer;}