/* 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: #ccc;
}
.hscrollerbase {
height: 10px;
background-color: #CCC;
}

.vscrollerbar {
width: 6px;
border:2px solid #ccc;
background-color: #333;
}

.hscrollerbase {
display:none;
width: 10px;
background-color: #ccc;
}
.hscrollerbase {
display:none;
height: 10px;
background-color: #CCC;
}

.hscrollerbar {
display:none;
width: 6px;
border:2px solid #ccc;
background-color: #333;
}


/*
.vscrollerbasebeg {
background: url(toparrow.gif)  no-repeat;
width: 10px;
height: 10px !important;
}

.vscrollerbaseend {
background: url(bottonarrow.gif)  no-repeat;
height: 10px;
width: 10px;
}

.vscrollerbarbeg {

width: 10px;
height: 10px !important;

}
.vscrollerbarend {

background: url(bottonarrow.gif) no-repeat;

width: 10px;
height: 10px;
}
*/
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
scrollwrapper{
z-index: 1;
}