.scrollbox {
	position: relative;
	
	width: 300px;
	height: 253px;
	overflow: hidden;
	position: relative;
	margin-left: 11px;
	/*margin-top:5px;*/
}

.scrollbox_content {
/*	margin-right: 15px;
	padding: 10px 5px;*/
	
	position:absolute;
	left:11px;
	height:100%;
	line-height:12px;
}
scrollbox_content_text {
	
}

.scrollbox_scrollbar {
	left:0;
	height: 100%;
	width: 5px;
}

.scrollbox_up_button {
	/*background: transparent url(../img/arr_up.png) top right no-repeat;*/
	height: 7px;
}

.scrollbox_down_button {
	/*background: transparent url(../img/arr_down.png) top right no-repeat;*/
	height: 7px;
}

.scrollbox_handle {
	background-color: #D6D6D6;
	width:3px;
}
