/* 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;}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */

.vscrollerbar, .hscrollerbar {
padding: 3px;
z-index: 2;
}

.vscrollerbase {
width: 3px;
background: transparent url("../img/scroll-bg.gif") repeat-y;
}

.flexinactive{
background:none;
}

.vscrollerbasebeg {
width: 3px;
height: 0px !important;
}

.vscrollerbaseend {
height: 0px;
width: 8px;
}


.vscrollerbar {
width: 3px;
background: #623e32;
position:relative;
}

.vscrollerbarbeg {
background: #623e32;
width: 3px;
height: 5px !important;
top:-5px;
}

.vscrollerbarend {
background: #623e32;
width: 3px;
height: 5px;
margin-top:5px;
}



.hscrollerbase {
height: 8px;
background: #D7EBDF;
}

.hscrollerbar {
height: 8px;
background: #99CBCB;
}


.hscrollerbarbeg {
height: 8px;
width: 8px !important;
}
.hscrollerbarend {
height: 8px;
width: 8px;
}

.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

.hscrollerbasebeg {
height: 8px;
width: 8px !important;
}

.hscrollerbaseend {
height: 8px;
width: 8px;
}

.scrollerjogbox:hover {
}

/* Scroll Bar Master Styling Ends Here */


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 530px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
/*position: relative;*/
}




