/* 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;
}

/********************************************************************/

.vscrollerbar 
{
	width: 12px; 
	background: url(../images/clintoncrossingscroll.png) -31px -44px no-repeat;
}

#mainContentBodyText_vscrollerbar
{ left: 7px; height: 12px !important; }

.vscrollerbarbeg 
{
	height: 1px !important; 
	width: 12px;
	background: url(../images/clintoncrossingscroll.png) 2px 0px no-repeat;
}
.vscrollerbarend 
{
	height: 1px;
	width: 12px;
	background: url(../images/clintoncrossingscroll.png) 2px 0px no-repeat;
}

/********************************************************************/

.vscrollerbase 
{
	width: 24px;
	background: url(../images/clintoncrossingscroll.png) 0px repeat-y;
}
.vscrollerbasebeg 
{
	width: 36px;
	height: 13px !important;
	background: url(../images/clintoncrossingsscroll.png) -48px 0px no-repeat;
}
.vscrollerbaseend 
{
	height: 12px;
	width: 24px;
	background: url(../images/clintoncrossingsscroll.png)  -48px -44px no-repeat;
}

/********************************************************************/

.hscrollerbase 
{
	height: 16px; 
	background-color: white;
}
.hscrollerbar 
{
	height: 16px; 
	background-color: white;
}
.vscrollerbar, .hscrollerbar 
{
	padding: 28px;
	z-index: 2;
}
.scrollerjogbox 
{
	width: 24px;
	height: 16px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #FFFFFF;
}

/* Scroll Bar Master Styling Ends Here */

