*{
text-align:center;
}
body{
margin:0 0;
width:90%;
}
#pan{
  position:absolute;
  width:100%;
  height:100%;
  margin:0px 0px;
}
#wrapper {
    /*background: url("http://www.rutasnavarra.com/img/img_ruta/9079012.jpg") repeat-x 0 0;*/
    width: 100% !Important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -khtml-border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-size: cover;
    background-position: left center;
    animation: panorama-pingpong 20s linear infinite alternate;
}
@keyframes panorama-pingpong {
    0% {
        background-position: left center;
    }

    100% {
        background-position: right center;
    }
}
#wrapper.giro360 {
    animation: panorama-giro 30s linear infinite;
    background-size: cover;
    background-position: left center;
}

@keyframes panorama-giro {
    0% {
        background-position: left center;
    }

    100% {
        background-position: right center;
    }
}
#mask,#mask .bac,#mask .logo{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:0px;
  z-index:2;
}
#mask .bac,#mask .logo{
  position:absolute;
  top:0; /*Altura de la zona transparente*/
  left:0;
  background:white;
}
#mask .logo{
 background:url("") no-repeat 20px 10px;
}
#mask .bac{
  -webkit-opacity:.4; 
  -o-opacity:.4;
  -khtml-opacity:.4;      
  -moz-opacity:.4;
  opacity:.4;
  z-index:-1;
}
#mask .remote{
  position:absolute;
  width:20px;
  height:20px;
  top:10px;
  right:15px;
  z-index:2;
  cursor:pointer;
}
#mask .stop{
  background:url("pause.png") no-repeat;
}
#mask .play{
  background:url("play.png") no-repeat;
}











