@charset "UTF-8";
/* CSS Document */

/* styles */
.scrollable img {float:left; cursor:pointer; width:151px; height:107px;}
div.scrollable {width:797px; height:190px; position:relative; overflow:hidden;}
div.scrollable div.items {width:20000em; position:absolute;}
div.scrollable div.items div {float:left;}

/* scroll */
.scrollable {float:left;}
a.browse {display:block; width:33px; height:30px; float:left; cursor:pointer; font-size:1px; background-repeat: no-repeat;}
/*
a.up, a.down {float:none; margin:10px 50px; background-image: url(scrollable/arrow/vert_large.png); background-repeat:no-repeat;}
a.up:hover {background-position:-30px 0;}
a.up:active {background-position:-60px 0;}
a.down {background-position: 0 -30px;}
a.down:hover {background-position:-30px -30px;}
a.down:active {background-position:-60px -30px;} 
a.disabled {visibility:hidden !important;}
div.navi {margin-left:auto; width:200px; height:20px; margin-right: auto;}
div.navi a {width:8px; height:8px; float:left; margin:3px; display:block; font-size:1px; background-image: url(scrollable/arrow/navigator.png); background-repeat: no-repeat; background-position: 0 0;}
div.navi a:hover {background-position:0 -8px;}
div.navi a.active {background-position:0 -16px;}
*/
