/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase {
width: 10px;
top: 0px;
background-color: #333333;
}

.vscrollerbar {


background-color: #555555;
left: 0px;
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 18px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
height: 1px;
width: 10px;


}

.vscrollerbasebeg {
top: 0px;
width: 10px;
background: url('http://64.85.166.240/icon/arrow_up.gif')  no-repeat;
}

.vscrollerbaseend {
height: 18px;
width: 10px;
background: url('http://64.85.166.240/icon/arrow_down.gif')  no-repeat;
}

/*
.scrollerjogbox {

width: 10px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: url('http://64.85.166.240/icon/box.gif') 0px 0px;
}
*/