#mycustomscroll {
/* Typical fixed height and fixed width example */
/*width: 700px;
height: 550px;
background-color: #E7EADE;
overflow: auto;
margin: 0.3em auto;
*/

/* IE overflow fix, position must be relative or absolute*/


}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
/*width: 550px; position: relative;*/
height: auto;

color: black;
padding: 1px;
}

/* 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;
cursor:pointer;
}

.vscrollerbase {
width: 10px;
background: url("img/bgstripes.gif") #EC8B11;
border-radius:0px;
border-left: solid 2px #9B6B00;
}
.vscrollerbar {
width: 10px;
background: #EAC744 100%;
border-radius:0px;
}
.hscrollerbase {
height: 10px;
background: url("img/bgstripes.gif") #EC8B11;
border-radius:0px;
border-top: solid 2px #9B6B00;
}
.hscrollerbar {
height: 10px;
background: #EAC744 100%;
border-radius:0px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

