.scrollbox {position: relative;}

.scrollbox_content {
	margin-right: 22px;
}

.scrollbox_scrollbar {
	background-color: #333333;
	border-left: solid black 1px;
	height: 100%;
	width: 22px;
}

.scrollbox_up_button {
	background: transparent url(slideup.png) top right no-repeat;
	height: 22px;
}

.scrollbox_down_button {
	background: transparent url(slidedown.png) top right no-repeat;
	height: 22px;
}

.scrollbox_handle {
	background-color: #4e4e4e;
}

#somebox {
	position:relative; 
	width:800px; height:400px; 
	text-align:left; 
	overflow:hidden; 
	border:1px solid #404040; 
	margin-bottom:35px; 
	background:#171717; 
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	}