div[rel="scrollable"]{
	padding-right: 20px;
}

.scroll_control {
	position: absolute;
	width: 12px;
	display: none;
}

.scroll_up {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 9px;
	background: url(../images/scroll_up_btn-trans.png) no-repeat;
	display: none;
}

.scroll_down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 9px;
	background: url(../images/scroll_down_btn-trans.png) no-repeat;
	display: none;
}

