/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-color: #b3b3b3;
}
.vscrollerbar {
width: 15px;
background: url(../images/bar.jpg) repeat-y;
background-color: black;
}
.hscrollerbase {
height: 7px;
background-color: white;
}
.hscrollerbar {
height: 7px;
background-color: black;
}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.scrollerjogbox {
width: 10px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.vscrollerbasebeg {background: url(../images/scroll_top.gif) no-repeat; width: 15px;height: 7px !important;}
.vscrollerbaseend {background: url(../images/scroll_bottom.gif) no-repeat; height: 7px;width: 15px;}



#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 280px;
    height: 275px;
    overflow: hidden;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    margin-bottom: 5px;
	margin-top: 5px;
    padding: 0 5px 5px 5px;
	
}


