DIV.sideDrawer{
  border:1px solid #A4A4A4;
  border-right:0px;
  background:#d2d2d2;}

DIV.sideDrawer .drawerHandle{
  cursor:pointer;
  background:#d2d2d2 url('/AudioPlayer/handle.jpg');
  border:1px solid #A4A4A4;
  border-left:0;
  width:50px;
  height:268px;}

DIV.sideDrawer .drawerHandle span{
  display:none;}

#audio_play{
  display:block;
  width:41px;
  height:40px;
  position:absolute;
  top:6px;
  left:3px;
  background:url('/AudioPlayer/play.gif') 41px;}

#audio_play.paused{
  background-position:0;}

#audio_next{
  position:absolute;
  width:18px;
  height:18px;
  top:52px;
  right:5px;}

#audio_back{
  position:absolute;
  width:18px;
  height:18px;
  top:52px;
  left:5px;}

#audio_play:hover,#audio_next:hover,#audio_back:hover{
  border:1px solid #fff;
  margin-top:-1px;
  margin-left:-1px;}

#audio_time{
  position:absolute;
  width:50px;
  height:18px;
  bottom:2px;
  left:0px;
  color:#555555;
  text-align:center;}
