/* css scrollbar */
/* Main */
.jScrollPaneContainer {
position: relative;
overflow: hidden;
z-index: 9;
}

#pane {
height: 450px;
width: 335px;
overflow: auto;
}

/* Up und Down */
.jScrollPaneTrack {
height: 100%;
position: absolute;
cursor: pointer;
right: 0;
top: 0;
}

.jScrollPaneDrag {
background: #ffffff;
position: absolute;
overflow: hidden;
cursor: pointer;
}

a.jScrollArrowUp {
background: url(http://www.style-club-berlin.de/wp-content/themes/style-club-berlin-style/images/up.jpg) repeat-x 0 0;
height: 25px;
display: block;
position: absolute;
overflow: hidden;
z-index: 1;
top: 1px;
right: 0;
text-indent: -2000px;
}

a.jScrollArrowDown {
background: url(http://www.style-club-berlin.de/wp-content/themes/style-club-berlin-style/images/down.jpg) repeat-x 0 0;
height: 25px;
display: block;
position: absolute;
overflow: hidden;
z-index: 1;
bottom: -5px;
right: 0;
text-indent: -2000px;
}

.jScrollPaneDragTop {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}

.jScrollPaneDragBottom {
position: absolute;
overflow: hidden;
bottom: 0;
left: 0;
}