/*
 * opt tiruriru
 *
 *
 * 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: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

  position: absolute;
  top: 310px;
  left: 0;
  font-size: 10px;
  border: 1px solid #333;
  width: 97px;
  overflow: hidden;
}
div.jp-interface {
	position: relative;
	width:120px;
	height:50px;
	border-bottom:1px solid #528F08;
}
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 {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
  border: 0;
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:5px;
	width:24px;
	height:24px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:5px;
}
a.jp-play {
	background: url(img/player.play.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background: url(img/player.play.png) 0 100% no-repeat;
}
a.jp-pause {
	background: url(img/player.pause.png) 0 0 no-repeat;
}
a.jp-pause:hover {
	background: url(img/player.pause.png)  0 100%  no-repeat;
}
a.jp-previous {
	left:50px;
	top:8px;
	background: url(img/player.prev.png) 0 0 no-repeat;
	width:18px;
	height:18px;
}
a.jp-previous:hover {
	background: url(img/player.prev.png)  0 100% no-repeat;
}
a.jp-next {
	left:70px;
	top:8px;
	background: url(img/player.next.png) 0 0 no-repeat;
	width:18px;
	height:18px;
}
a.jp-next:hover {
	background: url(img/player.next.png)  0 100%  no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:35px;
	background-color: #444;
	width:87px;
	height:9px;
}
div.jp-playlist-player div.jp-progress {
	left:5px;
}
div.jp-load-bar {
	background: url(img/player.progressbar.png) 0 0 repeat-x;
	width:0px;
	height:9px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url(img/player.progressbar.png) 0 -9px repeat-x ;
	width:0px;
	height:5px;
  top: 2px;
  position: absolute;
}
a.jp-volume-min {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	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:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:218px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:none;
	font-size:11px;
  width: 120px;
}
div.jp-playlist-player div.jp-playlist li {
  padding: 2px 0 6px 4px;
	border-bottom:1px solid #528F08;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
}
div.jp-playlist-player div.jp-playlist a {
  border:0;
  display: block;
	text-decoration: none;
  line-height: 12px;
  color: #000;
}
div.jp-playlist-player div.jp-playlist a span {
  text-transform: uppercase;
  font-size: 9px;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#fff;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#fff;
}
