
body{
margin:0 auto;
width:90%;
}
#pan{
  position:relative;
  width:720px;
  height:250px;
  margin:90px auto;
}
#wrapper {
  background: url("../panorama/images/library.jpg") repeat-x 0 0;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0; 
  -khtml-border-radius: 18px;
  -o-border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;       
}
#mask,#mask .bac,#mask .logo{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:40px;
  z-index:2;
}
#mask .bac,#mask .logo{
  position:absolute;
  top:0;
  left:0;
 /*background:white;*/
}
#mask .logo{
 background:url("../panorama/logo130is.png") 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;
}











