#pan{
  position:relative;
  width:100%;
  height:200px;
  margin:20px auto 0;
}
#wrapper {
  background: url("pano-jh.jpg") repeat-x 0 0;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0; 
}
#mask,#mask .bac,#mask .logo{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  /*height:60px;*/
  z-index:2;
}
#mask .bac,#mask .logo{
  position:absolute;
  top:0;
  left:0;
  background-color:white;
}
#mask .logo{
 
}
#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;
}











