#Scroller-1 { 
  position: relative;
  float:left;
  overflow: hidden;
  width: 400px;
  height: 280px;
  text-align:justify;
  font-size:12px;
}

.Scroller-Container {
  position:relative; float:left; width:auto; height:auto;
}

#Scrollbar-Container {
  position: relative;
  float:left;
}

.scroll{
	position:relative;
	float:left;
	width:auto;
	height:auto;
	padding:6px 6px 0 6px;
	z-index:999999;
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;ss
}

.Scrollbar-Track {
  width: 28px; 
  height: 200px;
  position: absolute;
  left:2px;
  background:url(../imgs/src_linea.png) no-repeat ;
  z-index:10;
}

.Scrollbar-Handle {
  position: absolute;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
}

.contenedor_barra{
	position:relative; 
	float:left; 
	width:28px; 
	height:200px;
}