div.scrollable {
float:left;
}
a.prev {
display:block; 
background:url(images/arrow-left.gif) no-repeat; 
position:absolute;
margin:0; 
width:32px; 
height:32px;
cursor:pointer; 
z-index:100;
bottom:30px;
right:52px;
}
a.next {
display:block; 
background:url(images/arrow-right.gif) no-repeat; 
position:absolute;
margin:0; 
width:32px; 
height:32px;
cursor:pointer; 
z-index:100;
bottom:30px;
right:10px;
}

a.prev:hover {
background:url(images/arrow-left-over.gif) no-repeat; 
}
a.next:hover {
background:url(images/arrow-right-over.gif) no-repeat; 
}
a.prevPage:hover {
background-position: 0px -18px;
}
a.nextPage:hover {
background-position: 0px -18px;
}



a.disabled {
background:url(images/arrow-right-dis.gif) no-repeat;
}
a.disabled:hover {
background:url(images/arrow-right-dis.gif) no-repeat;
cursor:default;
}



div.navi {
width: 125px; 
height: 20px;
float:right;
}
div.navi a {
background: url(../img/navigator.png) no-repeat 0px 0px #000000; 
float: left;
display:block; 
width: 8px; 
margin:5px 0 0 3px;
cursor: pointer; 
height: 8px;
font-size:2px;
}
div.navi a:hover {
background-position: 0px -8px;
}
div.navi a.active {
background:#fc1b23;
}
