@CHARSET "UTF-8";

div.yuiscroller.box {
	position: relative;
	overflow: hidden !important;
}

div.yuiscroller.slider.box.vertical {
	width: 16px;
	z-index: 1000;
}

div.yuiscroller.slider.thumb.vertical {
	width: 10px;
	background-color: transparent;
	border:1px solid #666;
	cursor: pointer;
	z-index: 1000;
}
div.yuiscroller.slider.uplink.vertical {
	width: 16px;
	height: 16px;
	background-image: url(../html/img/up.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}

div.yuiscroller.slider.downlink.vertical {
	width: 16px;
	height: 16px;
	background-image: url(../html/img/down.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1000;
}