/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.vscrollerbase, .vscrollerbar {
	width: 6px;
	top: 0px;
}

.vscrollerbar {
	left: 0px;
}

.hscrollerbase, .hscrollerbar {
	height: 0px;
	left: 0px;
	display: none;

}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 6px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
/* background: url(/images/flexcroll/scroller_v_ends.gif) 0px -6px; */
background: #E2BF44;
width: 6px;
height: auto;
top: 0px;
}

.vscrollerbasebeg {
background: url(/images/flexcroll/scroller_v_ends.gif) -6px 0px;
background-repeat: no-repeat;
width: 6px;
height: 6px;
}

.vscrollerbaseend {
background: url(/images/flexcroll/scroller_v_ends.gif) 0px -6px;
background-repeat: no-repeat;
width: 6px;
height: 6px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: #E2BF44;
width: 6px;
height: 6px;
}

.hscrollerbarbeg {
background: #23194A;
height: 6px;
width: auto;
left: 0;
}

.hscrollerbarend {
/* background: url(/images/flexcroll/hscroller.png); */
background: #23194A;
height: 6px;
width: 6px;
}


.vscrollerbase, .hscrollerbase {
background-color: white;
/ *background-image: url(images/scrollbaseback.png); */
}


