.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 50px;
}

.scrollbox_scrollbar {
	height: 130px;
	width: 39px;
	position:absolute;
	margin-top:80px;
	left:560px;
}

.scrollbox_up_button {
	background:url(../img/scru.png) top right no-repeat;
	height: 39px;
	width: 46px;
	cursor:pointer;
}

.scrollbox_down_button {
	background:url(../img/scrd.png) top right no-repeat;
	width:39px;
	height: 46px;
	cursor:pointer;
}

.scrollbox_handle {
	visibility:hidden;
}
