.scrollbox {position: relative; float:left;}

.scrollbox_content {
	margin-right: 20px;
	border: none;
}

.scrollbox_scrollbar {

	background: transparent url(../images/bg_bar.jpg)  ;

		height: 100%;
	width: 13px;
	
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.jpg) top right no-repeat;
	height: 13px;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.jpg) top right no-repeat;
	height: 13px;
}

.scrollbox_handle {
	background: #ffffff url(../images/bg_bar_.jpg) ;
			

}
#somebox {height: 260px; width: 332px; border: #eeeeee 1px solid ; /* position: absolute;*/ background:  #eeeeee url(../images/bg_scroll.jpg); margin-right: 48px; }



/* scrollbox2*/



.scrollbox2 {position: relative;}

.scrollbox2_content {
	margin-right: 20px;
	border: none;
}

.scrollbox2_scrollbar {
	background-color: silver;
	border-left: #eeeeee 1px solid ;
	height: 100%;
	width: 13px;
}

.scrollbox2_up_button {
	background: transparent url(../images/scroll_up_button.jpg) top right no-repeat;
	height: 13px;
}

.scrollbox2_down_button {
	background: transparent url(../images/scroll_down_button.jpg) top right no-repeat;
	height: 13px;
}

.scrollbox2_handle {
	background-color: #215c96;
}
#somebox2 {height: 260px; width: 332px; border: #eeeeee 1px solid ; /* position: absolute;*/ background:  #eeeeee url(../images/bg_scroll.jpg); margin-right: 8px; }