.scrollbox {
  position: relative;
  }

.scrollbox_content {
	/* margin-right: 14px;
    padding-top: 10px; */
  margin: 0;
  padding: 0;
}

.scrollbox_scrollbar {
	background-color: #ffffff;
	height: 100%;
	width: 18px;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.png) bottom center no-repeat;
	height: 20px;
	width: 18px;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.png) top center no-repeat;
	height: 20px;
	width: 18px;
}

.scrollbox_handle {
	background-color: #000000;
	width: 5px;
	margin: 0px auto;
}