/* CSS Document */
div.scrollable {
float:left;
}
a.prev, a.next, a.prevPage, a.nextPage {
background:transparent url(arrow/left.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:18px;
margin:43px 2px;
width:18px;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
background-position:0 -18px;
}
a.disabled {
visibility:hidden !important;
}
a.next, a.nextPage {
background-image:url(arrow/right.png);
clear:right;
}
div.navi {
height:20px;
margin-left:328px;
width:920px;
}
div.navi a {
background: transparent url(arrow/navigator.png) no-repeat scroll 0 0;
display:block;
float:left;
font-size:1px;
height:8px;
margin:3px;
width:8px;
}
div.navi a:hover {
background-position:0 -8px;
}
div.navi a.active {
background-position:0 -16px;
}
