#prefacio 
{
	height: 815px;
	overflow: hidden;
	z-index: 1;
}

/*Capa que se desplaza*/
.content 
{
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 1; 
}

#scrollbar1
{
	font-size: 1px;
	left: 100%;
	margin-left: -11px;
	width: 11px;
	position: absolute;
	width: 11px;
	z-index: 2;
}

#track1 
{
	height: 680px;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 40px;
	width: 23px;
	z-index: 1;
}
#dragBar1 
{
	background: url(../img/slider/barra/inf.gif) bottom left no-repeat;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 20px;
	z-index: 1; 
}
#dragBar1 img { margin: 0 57px 0 0; }
#abajo1 
{
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}
#arriba1 
{
	position: absolute;
	/*right: 0px; Valor por defecto */
	right: 14px;
	z-index: 2;
}