﻿*{
text-align:center;
}
body{
margin:0 auto;
width:100%;
}
#pan{
  position:relative;
  width:323px;
  height:323px;
  margin:5px auto;
}
#wrapper {
  background: url("xd_cit1.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("logo_2.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;
}











