#somebox {
	width: 600px; 
	height: 350px; 
	border: none; 
	position: relative; 
	margin-bottom: 50px;
}

.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 20px;
}

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

.scrollbox_up_button {
	background: transparent url(../images/up.png) top right no-repeat;
	height: 20px;
}

.scrollbox_down_button {
	background: transparent url(../images/down.png) top right no-repeat;
	height: 20px;
}

.scrollbox_handle {
	background: #202020 url(../images/scroller.png) top right no-repeat;
	height: 84px;
}

