/* @override http://areallygoodejob.com/css/flexcrollstyles.css */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

/*
.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width: 21px;background: url(../images/scrolling.png) -21px 0px repeat-y;}
.vscrollerbarbeg {height: 21px !important;width: 21px;background: url(../images/scrolling.png) -63px -21px no-repeat;}
.vscrollerbarend {height: 21px;width: 21px;background: url(../images/scrolling.png) -63px 0px no-repeat;}
.vscrollerbase {width: 31px;background: url(../images/scrolling.png) 0px 0px repeat-y;
	margin-left: 10px;
}
.vscrollerbasebeg {width: 21px;height: 21px !important;background: url(../images/scrolling.png) -42px -21px no-repeat;}
.vscrollerbaseend {height: 21px;width: 21px;background: url(../images/scrolling.png)  -42px 0px no-repeat;}
.hscrollerbase {height: 1px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 21px;z-index: 2;}
.scrollerjogbox {width: 21px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}