/* 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: white;
}
.vscrollerbar {
width: 10px;
background-color: yellow;
}
.hscrollerbase {
height: 10px;
background-color: #AE820C;
background: url('/images/scrollBG.gif') repeat-x;
}
.hscrollerbar {
height: 10px;
background-color: #423B25;
background: url('/images/scrollBox.gif') repeat-x;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.hscrollerbasebeg {
/* Left image holder for horizontal scrollbar */
background: url('/images/scrollLeft.gif') no-repeat;
height: 9px;
/* Width of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
image to repeat on certain sizes. In this style, we do not need our script to strech the
vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
width: 19px !important;
z-index: 100;
}

.hscrollerbaseend {
/* Right image holder for horizontal scrollbar */
background: url('/images/scrollRight.gif') no-repeat;
height: 9px;
width: 19px;
z-index: 100;
}

#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll7 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll8 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll9 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll10 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll11 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll12 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll13 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll14 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}

#mycustomscroll15 {
/* Typical fixed height and fixed width example */
width: 725px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 2px;
}