/*
 * 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 {

	
}
div.jp-interface {
	position: relative;
	left: 930px;
	background-color: #fff;
	width:150px;
	height:20px;
	margin-bottom: 10px;

}
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 {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:10px;
	height:10px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:10px;
	top:5px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:35px;
	top: 5px;
}
a.jp-play {
	background: url("playerui.gif") 0 0 no-repeat;
}

a.jp-pause {
	background: url("playerui.gif") 0 -11px no-repeat;
}

a.jp-stop {
	top:26px;
	background: url("playerui.gif") 0 -22px no-repeat;
	width:10px;
	height:10px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:20px;
	top: 5px;
}

a.jp-previous {
	left:5px;
	top:4px;
	background: url("playerui.gif") 0 -33px no-repeat;
	width:10px;
	height:10px;
}

a.jp-next {
	left:50px;
	top: 4px;
	background: url("playerui.gif") 0 -44px no-repeat;
	width:10px;
	height:10px;
}

a.jp-volume-min {
	top: 5px;
	background: url("playerui.gif") 0 -55px no-repeat;
	width:10px;
	height:10px;
}
div.jp-single-player a.jp-volume-min {
	left:0px;
	top: 5px;
}
div.jp-playlist-player a.jp-volume-min {
	left:80px;
}

a.jp-volume-max {
	top:5px;
	background: url("playerui.gif") 0 -66px no-repeat;
	width:10px;
	height:10px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:130px;
	top: 5px;
}


div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top: 5px;
	left: -130px;
	background: url("playerui.gif") 0 -78px repeat-x;
	width:30px;
	height:10px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:95px;
}
div.jp-volume-bar-value {
	background: url("playerui.gif") 0 -87px repeat-y;
	width:0px;
	height:10px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}

a.jp-play:focus, a.jp-pause:focus, a.jp-stop:focus, a.jp-previous:focus, a.jp-next:hover, a.jp-volume-min:focus, a.jp-volume-max:focus {
	outline:none;
}
