/* 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: 9px;
cursor: pointer;
}
.vscrollerbar {
width: 9px;
background-color: #b3c1a2;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

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

#scroll1 {
/* Typical fixed height and fixed width example */
width: 230px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 0px 0 0;
padding: 0 25px 0 0;
z-index:45;
outline: none;
}
#scroll1 .mcontentwrapper {
/*padding: 0 !important;
width: 230px !important;*/
}

#scroll2 {
/* Typical fixed height and fixed width example */
width: 316px;
height: 280px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 0px 0 0;
padding: 0 31px 0 0;
z-index:45;
outline: none;
}

#scroll5 {
/* Typical fixed height and fixed width example */
width: 230px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 0px 0 0;
padding: 0 25px 0 0;
z-index:45;
outline: none;
}