/* barra de scroll */



#scrollLinks {
    width : 22px;
    padding: 0px;
    margin: 0px;
    position:absolute;
    right:1%;
    top:0;
    height:100%;
    z-index: 4;
    overflow: hidden;
  }


#down {
    position: absolute;
    bottom: 4em;
    right: 0px;
  }


#up {
    position: absolute;
    top: 190px;
    right: 0px;
  }


div#track { 
  position:absolute; 
  right:0px;
  top: 255px;
  width: 22px; 
  height: 100px;
  }

div#dragBar {
  position:absolute;
  right:0px;
  top:0px;
  background-image: url('../img/scrollbar_contenido/drag.png');
  background-repeat : no-repeat;
  height: 22px;
  width: 22px;
  }  

span#arrow1 {
    background-image: url('../img/scrollbar_contenido/up.png');
    background-repeat : no-repeat;
    width: 22px;
    height: 22px;
    display: block;
  }

a:hover span#arrow1 {
    background-image: url('../img/scrollbar_contenido/up_bright.png');
}

span#arrow2 {
    background-image: url('../img/scrollbar_contenido/down.png');
    background-repeat : no-repeat;
    width: 22px;
    height: 22px;
    display: block;
  }

a:hover span#arrow2 {
    background-image: url('../img/scrollbar_contenido/down_bright.png');
}