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: 23px;
	right: 0;
	top: 0;
	}
span.as-custom-scroll-up-button,
span.as-custom-scroll-down-button {
	width: 23px;
	height: 22px;
	background: url(/i/ul-vertical-control-bg.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	}
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: 5px;
	top: 18px;
	width: 15px;
	background: #e9e9e9;
	border-width: 0 1px;
	z-index: 1;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
div.as-custom-scroller {
	background: url(/i/vertical-scroller-bg.gif) repeat-y 0 0;
	position: absolute;
	width: 100%;
	top: 18px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}