.jp-play, .jp-pause { width:40px;  height:40px; }
.jp-play { background: url(play_pause_btn.png) 0 0 no-repeat;}
.jp-play:hover { background: url("play_pause_btn.png") -41px 0 no-repeat;}
.jp-pause { background: url("play_pause_btn.png") 0 -40px no-repeat; display: none; }
.jp-pause:hover { background: url("play_pause_btn.png") -41px -40px no-repeat; }

div.jp-progress {overflow:hidden; margin:0px 3px 10px 0px; background-color: #D0D0D0; width:160px; height:10px; border:1px solid #B1B1B1; }
div.jp-load-bar { background-image:url('../../images/progress_bar_animation.gif');  width:0px; height:10px; cursor: pointer; }
div.jp-play-bar { background: #FAA41A; width:0px; height:10px; }
div.jp-volume-bar { overflow:hidden; background:#d2d2d2; width:46px; height:10px; cursor: pointer; border:1px solid #B1B1B1; }
div.jp-volume-bar-value { background: #FAA41A; width:0px; height:10px; }
div.jp-play-time,div.jp-total-time { top:44px; width:92px; font-size:.64em; font-style:oblique; }
div.jp-total-time { text-align: right; }

