.scrollbox {
	position: relative;
}

.scrollbox_content {
	padding: 0 30px;
}

.scrollbox_scrollbar {
	background-color: #818181;
	height: 100%;
	width: 16px;
	cursor: pointer;
}

.scrollbox_up_button {
	background: transparent url(../images/bullet_arrow_up.png) no-repeat;
	height: 16px;
}

.scrollbox_down_button {
	background: transparent url(../images/bullet_arrow_down.png) no-repeat;
	height: 16px;
}

.scrollbox_handle {
	background-color: #333;
	cursor: pointer;
}