
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 30px;
}

.scrollbar-handle-container {
	background-color:transparent;
    width: 16px;
}

.scrollbar-handle {
    width: 16px;
    background-color:transparent;
}

.scrollbar-handle:hover {
    background-color:transparent;
}

.scrollbar-handle.move {
    background-color:transparent;
}
.scrollbar-handle-up {
    width:16px;
    height:14px;
	background-color:transparent;
	background-image:url(../layout/scroll_arup.png);
	background-repeat:no-repeat;    
}
.scrollbar-handle-up:hover {
	width: 16px;
    height: 14px;
	background-color:transparent;
	background-image:url(../layout/scroll_arup_h.png);
	background-repeat:no-repeat;    
}
.scrollbar-handle-down {
    width:16px;
    height:14px;
	background-color:transparent;
	background-image:url(../layout/scroll_ardown.png);
	background-repeat:no-repeat; 
}
.scrollbar-handle-down:hover {
    width:16px;
    height:14px;
	background-color:transparent;
	background-image:url(../layout/scroll_ardown_h.png);
	background-repeat:no-repeat; 
}