/** custom scrollbar */
.scrollarea {
  position: relative;
  top: 0px;
  left: 0px;
}

.scrollControlsY, .scrollControlsY div {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	width: 100%;
}

.scrollControlsY {
	top: 0px;
	right: 0px;
	width: 13px;
	height: 100%;
}

.scrollBar {
	top: 4px;
	bottom: 4px;
	right: 0px;	
	background-image: url(../images/mooscroll/scrollbar_center.png);
	background-repeat: repeat-y !important;
}

.scrollHandle {
	background-image: url(../images/mooscroll/scrollbar_handle.png);	
	height: 37px;
	min-height: 37px;
	max-height: 37px;
	cursor: pointer;
	border: 0px solid green;
}

.upBtn {
	top: 0px;
	left: 0px;
	background-image: url(../images/mooscroll/scrollbar_center.png);
	height: 4px;
	cursor: pointer;
}

.downBtn {
	z-index: 100;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/mooscroll/scrollbar_center.png);
	height: 4px;
	cursor: pointer;
}