/* 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: 0px; left: 0px; 
}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {left: 0 !important; }
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 10px;
background: transparent ;
}
.vscrollerbar {
margin-left:2px;
width: 6px;
height: 350px !important;
background: #959482;
padding-bottom:10px;
}
.vscrollerbar, .hscrollerbar {
padding-top: 10px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(../Image/i/up.gif) 0px 0px no-repeat;
width: 10px;
height: 10px !important;
}
.vscrollerbaseend {
background: url(../Image/i/down.gif) 0px 0px no-repeat;
height: 10px;
width: 10px;
}
/* Scroll Bar Master Styling Ends Here */

