/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 1.0
 * Date: 18th February 2010
 */

div.jp-single-player,
div.jp-playlist-player {}
div.jp-interface {
  position: relative;
  background-color:#eee;
  width:200px;
  height:80px;
  border:1px solid #9a9b9a;
  margin:120px 0 0 130px
}
div.jp-single-player li, div.jp-playlist-player li {
  margin-left:0
}
div.jp-single-player div.jp-interface {
  border-bottom:none;
}
div.jp-playlist-player div.jp-interface {}
div.jp-interface  ul.jp-controls {
  list-style-type:none;
  padding:0;
  margin: 0;
}
div.jp-interface  ul.jp-controls li {
  overflow:hidden;
  text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
  display: block;
  position: absolute;
  top:5px;
  width:40px;
  height:40px;
  cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:5px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:5px;
}
li.jp-play {
  background: url("../TemplateImages/jplayer.blue.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -41px 0 no-repeat;
}
li.jp-pause {
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -42px no-repeat;
}
li.jp-pause:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -41px -42px no-repeat;
}
li.jp-stop {
  position: absolute;
  top:11px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -83px no-repeat;
  width:28px;
  height:28px;
  cursor: pointer;
}
div.jp-single-player li.jp-stop {
  left:50px;
}
div.jp-playlist-player li.jp-stop {
  left:50px;
}
li.jp-stop:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -29px -83px no-repeat;
}
li.jp-previous {
  position: absolute;
  left:20px;
  top:26px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -112px no-repeat;
  width:28px;
  height:28px;
  cursor: pointer;
}
li.jp-previous:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -29px -112px no-repeat;
}
li.jp-next {
  position: absolute;
  left:88px;
  top:26px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -141px no-repeat;
  width:28px;
  height:28px;
  cursor: pointer;
}
li.jp-next:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -29px -141px no-repeat;
}
div.jp-progress {
  position: absolute;
  overflow:hidden;
  top:17px;
  background-color: #fff;
  width:100px;
  height:15px;
}
div.jp-single-player div.jp-progress {
  left:90px;
}
div.jp-playlist-player div.jp-progress {
  left:90px;
}
div.jp-load-bar {
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -202px repeat-x;
  width:0px;
  height:15px;
  cursor: pointer;
}
div.jp-play-bar {
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -218px repeat-x ;
  width:0px;
  height:15px;
}
li.jp-volume-min {
  position: absolute;
  top:60px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -170px no-repeat;
  width:18px;
  height:15px;
  cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
  left:10px;
}
div.jp-playlist-player li.jp-volume-min {
  left:10px;
}
li.jp-volume-min:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
  position: absolute;
  top:60px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -186px no-repeat;
  width:18px;
  height:15px;
  cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
  left:170px;
}
div.jp-playlist-player li.jp-volume-max {
  left:170px;
}
li.jp-volume-max:hover {
  background: url("../TemplateImages/jplayer.blue.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
  position: absolute;
  overflow:hidden;
  top:65px;
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -250px repeat-x;
  width:110px;
  height:5px;
  cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
  left:40px;
}
div.jp-playlist-player div.jp-volume-bar {
  left:40px;
}
div.jp-volume-bar-value {
  background: url("../TemplateImages/jplayer.blue.jpg") 0 -256px repeat-x;
  width:0px;
  height:5px;
}
div.jp-play-time,
div.jp-total-time {
  position: absolute;
  top:35px;
  width:100px;
  font-size:9px;
  font-style:oblique;
}
div.jp-total-time {
  text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
  left:90px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
  left:90px;
}
div.jp-playlist {
  width:200px;
}
div.jp-playlist ul{
  list-style-type:none;
  margin:0 0  0 130px;
  background-color:#ccc;
  border:1px solid #9a9b9a;
  border-top:none;
  width:180px
}
div.jp-single-player div.jp-playlist ul {
  padding:10px;
}
div.jp-playlist-player div.jp-playlist ul {
  padding:10px;
}
div.jp-single-player div.jp-playlist li {
  padding:3px 0;
  font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
  padding:3px 0;
  cursor: pointer;
}
div.jp-playlist li.jplayer_playlist_current {
  color:#C6161D;
  cursor: default;
}
div.jp-playlist li:hover {
  color:#36003C;
}

