
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 20px;
}


/* ---------- simple theme --------------------------------------------------------------------- */

.simple .scrollbar-pane {
    margin-right: 19px;
}

.simple .scrollbar-handle-container {
    width: 15px;
	background: url(1bg-scrollbar.png);
	background-repeat:no-repeat;
	margin-top:3px;
}


.simple .scrollbar-handle, 


/* handle */
.simple .scrollbar-handle {
	/* background: url(bg-scrollbar-end.png);*/
	background-repeat: repeat;
    width: 13px;
	background-position: -16px 50%;
	padding-top:-50px;
background-color:#8D8D8D;
-moz-border-radius: 10px;  
   -webkit-border-radius: 10px;
        border-radius: 10px; 
}





/* arrow up */



/* arrow down */
/* ---------- fff theme ----------------------------------------------------------------- */

ul.fff {
    padding: 0;
}

.fff .scrollbar-pane {
    margin-right: 12px;
}

/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 20px;
}


/* ---------- simple theme --------------------------------------------------------------------- */

.simple1 .scrollbar-pane {
    margin-right: 16px;
}

.simple1 .scrollbar-handle-container {
    width: 23px;
	background: url(bg-scrollbar.png);
	background-repeat:no-repeat;
	margin-top:3px;
}


.simple1 .scrollbar-handle, 


/* handle */
.simple1 .scrollbar-handle {
	background: url(bg-scrollbar-end.png);
    width: 13px;
	background-position: -16px 50%;
	padding-top:-50px;
	background-repeat:repeat-x;
	
}






/* arrow up */



/* arrow down */
/* ---------- fff theme ----------------------------------------------------------------- */

ul.fff {
    padding: 0;
}

.fff .scrollbar-pane {
    margin-right: 12px;
}






