#body_text {
	overflow: auto;
	border: 0px;
	position: absolute;
	/*if you do not want the outline when focused on firefox and IE
	use outline: none;, though not recommended as this may confuse
	people who likes to do keyboard navigation */
	outline: none;
}
#body_text .vscrollerbarbeg {
	background-color: #5F1939;
	width: 5px;
	height: auto;
	margin-top: 5px;
}

#body_text .vscrollerbarend {
	background-color: #5F1939;
	width: 5px;
	height: 9px;
}

#body_text .vscrollerbase {
	width: 5px;
	background: white none;
	cursor: pointer;
}

#body_text .vscrollerbar {
	padding: 0px;
}
#body_text .vscrollerbasebeg {
background-image: url('../img/scroll_bg.gif');
background-color: #2C2426;
height: auto;
}

#body_text .vscrollerbasebeg, #body_text .vscrollerbaseend {
padding: 0px;
width:5px;
}
#body_text .vscrollerbaseend {
height: 0px;
}
#scroll_d_b {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 865px;
	top: 425px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url('../img/scroll_bg.gif');
	background-position: 0px -355px;
	background-repeat: no-repeat;
}


/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
/*background-color: #2C2426;*/
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}


.hscrollerbar {
top: 0px;
}

.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: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}


