

#somebox2 {

	margin:10px 0 0 0;
}

.scrollbox {position: relative;}

.scrollbox_content,.scrollbox_content p{
	text-align:justify;
	
}

.scrollbox_content {
	margin-right: 30px;
	
}

.scrollbox_scrollbar {
	/*background-color: silver;*/
	background-image:url(../images/scroll/fondo_sliderInt.png);
	height: 100%;
	width: 12px;
	margin: 0px 5px 5px 5px;
}
.scrollbox_up_button,.scrollbox_down_button {
	height: 14px;
}
*html .scrollbox_up_button,.scrollbox_down_button {
	height: 14px;
	position:absolute;
	right:0px !important;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll/boton_subirInt.png) top right no-repeat;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajarInt.png) top right no-repeat;
	height:14px;
}
*html .scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajarInt.png) top right no-repeat;
	bottom:0px !important;
	height:14px;
}
*+html .scrollbox_down_button {
	background: transparent url(../images/scroll/boton_bajarInt.png) topright no-repeat;
	bottom:0px !important;
	right:0px !important;
	height:14px;
}
.scrollbox_handle {
	background-image:url(../images/scroll/sliderInt.png);
}
*html .scrollbox_handle {
	background-image:url(../images/scroll/sliderInt.png);
	right:0px !important;
}

.scrollbox_scrollbarArriba,.scrollbox_scrollbarAbajo{
	height:6px;
	background-repeat:no-repeat;
}
*html .scrollbox_scrollbarArriba{
	height:6px;
	background-repeat:no-repeat;
	right:0px !important;
}
*html .scrollbox_scrollbarAbajo{
	height:6px;
	background-repeat:no-repeat;
	right:-1px !important;
	bottom:10px !important;
}

/*.scrollbox_scrollbarArriba{
	background-image:url(../images/scroll/slider_top.png);
	background-position:top right;
	
}

.scrollbox_scrollbarAbajo{
	background-image:url(../images/scroll/slider_foot.png);
	background-position:bottom right;
}*/

