/* 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:			16px;
	background:		#D7EBDF url(scrollbar_base.png) repeat-y;
}

.vscrollerbar
{
	width:			16px;
	background:		#99CBCB url(scrollbar_bar_middle.png) repeat-y;
}

.hscrollerbase
{
 	height:			15px; 
}

.hscrollerbar
{
 	height:			15px; 
}

.vscrollerbar, .hscrollerbar
{
	padding:		3px;
	z-index:		2;
}

.vscrollerbarbeg
{
	background:		url(scrollbar_bar_top.png) no-repeat;
	width:			16px;
	height:			40px !important;
}

.vscrollerbarend
{
	background:		url(scrollbar_bar_bottom.png) no-repeat;
	width:			16px;
	height:			40px;
}

.hscrollerbarbeg
{
	height:			15px;
	width:			15px !important;
}

.hscrollerbarend
{
	height:			15px;
	width:			15px;
}

.scrollerjogbox
{
	width:			15px;
	height:			15px;
	top:			auto;
	left:			auto;
	bottom:			0px;
	right:			0px;
}

.vscrollerbasebeg
{
	background:		url(scrollbar_base_top.png) no-repeat;
	width:			16px;
	height:			4px !important;
}
.vscrollerbaseend
{
	background:		url(scrollbar_base_bottom.png) no-repeat;
	height:			4px;
	width:			16px;
}

.hscrollerbasebeg
{
	height:			15px;
	width:			15px !important;
}

.hscrollerbaseend
{
	height:			15px;
	width:			15px;
}

.scrollerjogbox:hover
{
}

/* Scroll Bar Master Styling Ends Here */

