/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbasebeg {
	width: 12px;
	height: 18px !important;
	background:url(up.png) no-repeat;
}

.vscrollerbarbeg {
	height: 6px !important;
	width: 12px;
	background: url(slider_up.png)  no-repeat;
}

.vscrollerbar {
	width: 12px !important;
	width: 6px;
	background: url(slider_middle.png)  no-repeat;
}

.vscrollerbase {
	width: 12px;
	background: #D4F6F2 url(bg_barra.png) repeat-y;
}

.vscrollerbarend {
	height: 12px;
	width:18px;
	background:  url(slider_down.png)  no-repeat;
}

.vscrollerbaseend {
	height: 18px;
	width: 12px;
	background: url(down.png) no-repeat;
}

.hscrollerbase {
	height: 12px;
	background-color: #414A15;
}

.hscrollerbar {
	height: 12px;
	background-color:#C7D628;
}

.vscrollerbar, .hscrollerbar {
	padding: 20px;
	height:48px !important;
	z-index: 2;
}

.scrollerjogbox {
	width: 12px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background:#414A15;
}
/* Scroll Bar Master Styling Ends Here */