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

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px; font-size: 1px; position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 13px; background: #302d20; padding: 30px;}
.vscrollerbarbeg {height: 6px !important; width: 13px; background: url(../img/img_end_up.gif) no-repeat;}
.vscrollerbarend {height: 12px; width: 13px;}
.vscrollerbase {width: 13px; background: #transparent; cursor: pointer; cursor: hand;}
.vscrollerbasebeg {width: 13px; height: 25px !important;  background: url(../img/img_arrow_up.gif) no-repeat bottom; cursor: pointer; cursor: hand;}
.vscrollerbaseend {height: 25px; width: 13px; background: url(../img/img_arrow_down.gif) no-repeat; cursor: pointer; cursor: hand;}
.scrollerjogbox {width: 13px; height: 13px; top: auto; left: auto; bottom: 0px; right: 0px;}

/* Scroll Bar Master Styling Ends Here */



<!--
/*Page related styles for you to view*/
#scroll {
/* Typical fixed height and fixed width example */
width: 525px;
height: 450px;
overflow-y: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}


/* general page style ends here */
-->
