.jScrollPaneContainer {
 position: relative;
 overflow: hidden;
 z-index: 1;
}

.jScrollPaneTrack {
 position: absolute;
 cursor: pointer;
 left: 0;
 bottom: 0;
 width: 100%;
 background: #aaa;
 height:10px;
 margin-top: 20px;
}

.jScrollIntervalTrack {
 position: absolute;
    margin-top: 20px;
}

.jScrollPaneDrag {
 position: absolute;
 background: #666 url(../img/ad-bar.png);
 cursor: pointer;
 overflow: hidden;
 height:10px;
}
.jScrollPaneDragLeft {
 position: absolute;
 bottom: 0;
 left: 0;
 overflow: hidden;
}
.jScrollPaneDragRight {
 position: absolute;
 bottom: 0;
 right: 0;
 overflow: hidden;
}
a.jScrollArrowLeft {
 display: block;
 position: absolute;
 z-index: 1;
 bottom: 0;
 left: 0;
 overflow: hidden;
 background-color: #666;
 height: 10px;
 width: 16px;
 font: 10px Verdana;
 color: #fff;
 text-decoration: none;
 line-height: 10px;
 text-align: center;
}
a.jScrollArrowLeft:hover {
 background-color: #f60;
}

a.jScrollArrowRight {
 display: block;
 position: absolute;
 z-index: 1;
 bottom: 0;
 right: 0;
 overflow: hidden;
 background-color: #666;
 height: 10px;
 width: 16px;
 font: 10px Verdana;
 color: #fff;
 text-decoration: none;
 line-height: 10px;
 text-align: center;
}
a.jScrollArrowRight:hover {
 background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
 /*background-color: #f00;*/
}