/* 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: 12px;
background: #E5E5E5;
}
#mycustomscroll2 .vscrollerbase ,
#mycustomscroll3 .vscrollerbase {
width: 14px;
background: #606060;
}
.vscrollerbar {
	width: 14px;
	background: #606060;
}
#mycustomscroll2 .vscrollerbar ,
#mycustomscroll3 .vscrollerbar {
width: 12px;
background: #606060;
}

.hscrollerbase {
height: 0;
background: #606060;
}
.hscrollerbar {
height: 11;
background: #606060;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/scrollbar.jpg) 0 0 no-repeat;
width: 20px;
height: 11px !important;
position: relative;
top:-11px;
}
.vscrollerbarend {
	background: url(../images/scrollbar.jpg) 0px -36px no-repeat;
	width: 20px;
	height: 20px;
	position: relative;
	bottom:0px;
}
.hscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 11px;
width: 11px;
}
.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #E5E5E5;
}
.vscrollerbasebeg {
background: #E5E5E5;
width: 20px;
height: 1px !important;
}
.vscrollerbaseend {
background: #E5E5E5;
height: 1px;
width: 20px;
}
.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbaseend {
height: 11px;
width: 11px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
