a.buy_record {
  display: block;
  font-size: 12px;
  color: #fff;
  background: #c8514c;
  width:105px;
  padding: 10px 0;
  text-align:center;
  font-weight: bold;
}

div.jp-audio {
  clear:both;
  /*overflow:hidden;*/
  font-size: 12px;
  /*margin-top: 30px;*/
  /*padding: 21px 0 0 0;*/
  /*border-top: 1px solid #acb0af;*/
}

div.controls {
  height: 50px;
  z-index:100;
  float:left;
  width:150px;
}

div.jp-audio p.quick_info_subtitle  {
  padding: 8px 0 28px 25px;
  font-size: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

div.jp-audio { /*width:320px;*/ }

div.jp-interface {
  width:300px;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height:50px;
}
div.jp-interface ul.jp-controls {
 left: -134px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -28px;
    /*z-index: 9000;*/
}
div.jp-interface ul.jp-controls li {
  display:inline;
}
div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow:hidden;
  text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
  width:30px;
  height:40px;
  z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
  top:20px;
  left:40px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
  top:20px;
  left:45px;
}
a.jp-play {
  background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("../images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
  background: url("../images/jplayer.blue.monday.jpg") 0 -42px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("../images/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
  top:26px;
  left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
  top:26px;
  left:100px;
}
a.jp-stop {
  background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  width:28px;
  height:28px;
  z-index:1;
}
a.jp-stop:hover {
  background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
  height: 45px;
    left: 20px;
    top: 10px;
}
a.jp-previous {
  background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
  width:28px;
  height:28px;
}
a.jp-previous:hover {
  background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
  height: 45px;
    left: 73px;
    top: 2px;
}
a.jp-next {
  background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
  width:28px;
  height:28px;
}
a.jp-next:hover {
  background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
  display:none;
  position: absolute;
  overflow:hidden;
  background-color: #ddd;
}
div.jp-audio div.jp-type-single div.jp-progress {
  top:32px;
  left:130px;
  width:122px;
  height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  top:32px;
  left:164px;
  width:122px;
  height:15px;
}
div.jp-seek-bar {
  background: url("../images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width:0px;
  /* height:15px; */
  height:100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url("../images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
  width:0px;
  /* height:15px; */
  height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("../images/pbar-ani.gif");
}

div.jp-current-time,
div.jp-duration {
  display:none;
  position: absolute;
  font-style:oblique;
}
div.jp-duration {
  text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
  top:49px;
  left:130px;
  width:122px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
  top:49px;
  left:164px;
  width:122px;
}

div.jp-playlist {
    /*
  z-index:2000;
  position:relative;
  top: 50px;
  */
}

div.jp-audio .album {
  float:left;
  width:109px;
  margin-right: 5px;
  margin-left: 10px;
}


div.jp-audio .album-cover a {
  display:block;
}

div.jp-audio .album-cover {
  position:relative;
  height: 109px;
  width:106px;
  background: transparent url(../images/cd.png) no-repeat;
 }
 div.jp-audio .album-cover div.bright {
   position:absolute;
   background: transparent url(../images/brillo.png) no-repeat;
   opacity:.3;
   width: 89px;
   height: 56px;
   right:0;
   top:0;
   z-index:1000;
}

div.jp-audio .album-cover img {
  position:absolute;
  left: 10px;
  top: 3px;
}

div.jp-playlist ul {
  overflow:hidden;
  clear:both;
  border-top: 1px solid #ececec;
  list-style-type:none;
  margin:0;
  padding:0;
}

div.jp-playlist ul li {
  padding: 3px ;
 /* height:15px;*/
  display:block;
  text-align:left;
  /*border-bottom: 1px solid #ececec;*/
}

div.jp-type-single div.jp-playlist li {
  font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
  border:none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-position:inside;
}
div.jp-type-playlist div.jp-playlist ul li a {
  color: #666;
  display:block;
  font-weight:normal;
  text-align:left;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover,
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  color:#C8514C;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
  font-weight:bold;
  color:#C8514C;
}

div.jp-type-playlist div.jp-playlist div.jp-free-media {
  display:inline;
  margin-left:20px;
}

div.jp-jplayer {
  width:0px;
  height:0px;
  background-color: #000000;
}

