/* Scroll Bar Master Styling Starts Here */
.flexcroll {
	width:280px;
	top:100px;
	left:-15px;
	z-index:20;
	position:absolute;
	padding:0 0 0 10px;
	cursor:pointer;
	color: #494949;
}

.scrollgeneric {
xline-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background: #323232;
left: 0 !important;
}
.vscrollerbar {
width: 13px;
background: #444444;
cursor: pointer;
padding:10px;
margin:0 0 0 1px;

}
.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;
}

.vscrollerbasebeg {
background: url(../image/scrollbar_toparrow.gif) no-repeat;
width: 15px;
height: 6px !important;
cursor: pointer;
}
.vscrollerbaseend {
background: url(../image/scrollbar_bottomarrow.gif) no-repeat;
height: 6px;
width: 11px;
cursor: pointer;
}



