/* 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;
}

/* scrollbar stick */
.vscrollerbar
{
	width: 7px;
	background: #ffffff url(scrollbar.gif) -11px 0px repeat-y;
	cursor:hand;
	cursor:pointer;
	
}

/* start n end of the scrollbar head */
.vscrollerbarbeg
{
	height: 9px !important;
	width: 7px;
	background: url(scrollbar.gif) -21px -9px no-repeat;
	cursor:hand;
	cursor:pointer;
}
.vscrollerbarend
{
	height: 9px;
	width: 7px;
	background: url(scrollbar.gif) -21px 0px no-repeat;
	cursor:hand;
	cursor:pointer;
}

/* scrollbar base */
.vscrollerbase
{
	width: 7px;
	background: #ffffff url(scrollbar.gif) 0px 0px repeat-y;
	
}

/* scrollbar black arror*/
.vscrollerbasebeg
{
	width: 9px;
	height: 8px !important;
	background: url(scrollbar.gif) -32px -10px no-repeat;
	cursor:hand;
	cursor:pointer;
	
}
.vscrollerbaseend
{	
	width: 9px;
	height: 6px;
	background: url(scrollbar.gif) -32px 0px no-repeat;
	cursor:hand;
	cursor:pointer;
	
}


.hscrollerbase
{
	height: 16px;
	background-color: white;
}
.hscrollerbar
{
	height: 16px;
	background-color: black;
}

.vscrollerbar, .hscrollerbar
{
	padding: 7px;
	z-index: 4;
}
.scrollerjogbox
{
	width: 7px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
}

/* Scroll Bar Master Styling Ends Here */
