/* 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;
cursor: pointer;
}

.vscrollerbase {
width: 12px;
background: url(/images/scrollbar.png) -12px 0px repeat-y;width: 12px;
}
.vscrollerbasebeg {background: url(/images/scrollbar.png) 0px 0px no-repeat;width: 12px;height: 28px !important;}
.vscrollerbaseend {background: url(/images/scrollbar.png) 0px -28px no-repeat;width: 12px;height: 28px !important;}
.vscrollerbar {
width: 12px;
margin:0px;
padding: 28px;
background: url(/images/scrollbar.png) -24px 0px repeat-y;width: 12px;
}
/* .hscrollerbase {
height: 4px;
background-color: white;
}
.hscrollerbar {
height: 4px;
background-color: #505050;
}

.scrollerjogbox {
width: 4px;
height: 4px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
} */


/* portfolio */
#portfolio_content .vscrollerbase {
/* border-left: 14px solid white; */
background: url(/images/scrollbar.png) -48px 0px repeat-y;width: 12px;
}
#portfolio_content .vscrollerbar { background: url(/images/scrollbar.png) -60px 0px repeat-y;width: 12px; }
#portfolio_content .vscrollerbasebeg {background: url(/images/scrollbar.png) -36px 0px no-repeat;width: 12px;height: 28px !important;}
#portfolio_content .vscrollerbaseend {background: url(/images/scrollbar.png) -36px -28px no-repeat;width: 12px;height: 28px !important;}