@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  overflow: hidden;
}
#player{height:33px; width:484px; background-color:#FFF;border-top:3px solid #ff6600; position:absolute; z-index:2; top:272px; left:0px;}
#Play{display: block;width: 65px;height: 23px;background: url("../images/play_btn2.png") no-repeat 0 0;
position:relative; left:-92px; top:10px;}
#Play:hover{background-position: 0 -23px;}
#Play span{display: none;}
#Pause{display: block;width: 72px;height: 23px;background: url("../images/pause_btn2.png") no-repeat 0 0;
position:relative; top:-13px; left:-10px;}
#Pause:hover{background-position: 0 -23px;}
#Pause span{display: none;}
