﻿/* 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: 11px;
	background: url("../../images/scroll-background.png") top center repeat-y;
}
.vscrollerbar
{
	width: 11px;
	background: #008349;
}
.hscrollerbase
{
	height: 11px;
	background: white;
}
.hscrollerbar
{
	height: 11px;
	background: #008349;
}
.hscrollerbar
{
	padding: 0;
	z-index: 2;
}
.vscrollerbar
{
	padding: 0;
	z-index: 2;
}
.vscrollerbarbeg
{
	width: 11px;
	height: 11px !important;
}
.vscrollerbarend
{
	width: 11px;
	height: 11px;
}
.hscrollerbarbeg
{
	height: 11px;
	width: 11px !important;
}
.hscrollerbarend
{
	height: 11px;
	width: 11px;
}
.scrollerjogbox
{
	width: 11px;
	height: 11px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
.vscrollerbasebeg
{
	width: 11px;
	height: 11px !important;
}
.vscrollerbaseend
{
	height: 11px;
	width: 11px;
}
.hscrollerbasebeg
{
	height: 11px;
	width: 11px !important;
}
.hscrollerbaseend
{
	height: 11px;
	width: 11px;
}
.scrollerjogbox:hover
{
	background: white;
}
/* Scroll Bar Master Styling Ends Here */

