.sc_contenedor {
	overflow: hidden;
	position: absolute;
}
.sc_comtenido {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sc_arratre {
	overflow: hidden;
	position: absolute;
	height: 9px;
	width: 11px;
	top: 11px;
	right: 0px;
	cursor: pointer;
	z-index: 1;
	background-image: url(tb_fondo.gif);
	background-repeat:  repeat-y;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
.sc_fondo {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 11px;
	height: 98%;
	z-index: 0;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	background-image: url(fondo_sc.gif);
}
.sc_tb_up {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 2px;
	width: 11px;
	z-index: 1;
}
.sc_tb_down {
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 11px;
	z-index: 1;
}


.sc_arriba {
	overflow: hidden;
	position: absolute;
	height: 11px;
	width: 11px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-image: url(up.gif);
	z-index: 1;
}
.sc_abajo {
	overflow: hidden;
	position: absolute;
	height: 11px;
	width: 11px;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	background-image: url(down.gif);
	z-index: 1;
}
