.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbase {
	width: 11px;
}

.vscrollerbar {
	background-image: url(../images/common/scroller_arrowDown.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 11px;
}

.vscrollerbarbeg {
	width: 11px;
	background-image: url(../images/common/scroller_arrowUp.gif);
	background-position: center 5px;
	background-repeat: no-repeat;
	}

* html .vscrollerbar {
}

.hscrollerbase {
	height: 0px;
}
	
.hscrollerbar {
	height: 1px; 
	background-color: #fff;
}

.vscrollerbar, .hscrollerbar {
	/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
	used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
	padding: 0px;
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 0px;
	height: 0px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #fff;
}

.contentScroll {
	height: 450px;
	overflow: auto;
	position: relative;
	padding-right: 10px;
	}
	
.contentLeftCol .contentScroll {
	_width: 365px;
	}	
	
.contentRightCol .contentScroll {
	_width: 480px;
	}		
	
.mcontentwrapper {
	
}
