div.as-custom-scroll-wrapper {
	overflow: hidden !important;
	position: relative !important;
	}
div.as-custom-scroll {
	overflow: hidden !important;
	position: relative !important;
	}
div.as-custom-scroll-bar {
	position: absolute;
	width: 27px;
	right: 0;
	top: 0;
	}
span.as-custom-scroll-up-button,
span.as-custom-scroll-down-button {
	width: 19px;
	height: 0px;
	background: url(../i/ul-vertical-control-bg.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	display: none;
	}
span.as-custom-scroll-up-button {
	top: 0px;
	}
span.as-custom-scroll-down-button {
	bottom: 0px;
	background-position: 0 -22px;
	}
div.as-custom-scroll-line {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 27px;
	background: url(../i/custom-scroll-line-bg.gif) repeat-y 0 0;
	border-width: 0 1px;
	z-index: 1;
	}
div.as-custom-scroll-line b {
	width: 19px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../i/custom-scroll-line-corners.gif) no-repeat 0 0;
	}
div.as-custom-scroll-line b.b {
	bottom: -1px;
	top: auto;
	background-position: 0 -3px;
	}
div.as-custom-scroller {
	background: url(../i/ball.gif) no-repeat 0 0;
	position: absolute;
	width: 27px;
	height: 26px;
	top: 0px;
	left: 0px;
	}
div.as-custom-scroller b {
	width: 16px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../i/custom-scroller-corners.gif) no-repeat 0 0;
	}
div.as-custom-scroller b.b {
	background-position: 0 -8px;
	bottom: -1px;
	top: auto;
	}
