

/*
 * 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#player-container {
	position: absolute;
	width: 250px;
	height: 22px;
	right: 185px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	background: #333;
}

div.jp-single-player {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:100%;
	height: 22px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}

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: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left: 4px;
}
li.jp-play {
	background: url("jplayer.png") 0 0 no-repeat;
	
}
li.jp-play:hover {
	background: url("jplayer.png") -14px 0px no-repeat;
}
li.jp-pause {
	background: url("jplayer.png") 0 -15px no-repeat;
}
li.jp-pause:hover {
	background: url("jplayer.png") -14px -15px no-repeat;
}
li.jp-stop {
	position: absolute;
	top: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url("jplayer.png") 0 -30px no-repeat;
}
div.jp-single-player li.jp-stop {
	left: 18px;
}
li.jp-stop:hover {
	background: url("jplayer.png") -14px -30px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:20px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
li.jp-next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 8px;
	width: 120px;
	height: 6px;
	background-color: #333;
}
div.jp-single-player div.jp-progress {
	left: 39px;
}
div.jp-load-bar {
	background: #555;
	width: 0px;
	height: 6px;
	cursor: pointer;
}
div.jp-play-bar {
	background: #777;
	width: 0px;
	height: 6px;
}
li.jp-volume-min {
	position: absolute;
	top: 2px;
	background: url("jplayer.png") 0 -67px no-repeat;
	width: 20px;
	height: 15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left: 165px;
}
li.jp-volume-min:hover {
	background: url("jplayer.png") -20px -67px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top: 2px;
	background: url("jplayer.png") 0px -80px no-repeat;
	width: 20px;
	height: 15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left: 225px;
}
li.jp-volume-max:hover {
	background: url("jplayer.png") -20px -80px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 7px;
	top: 7px;
	cursor: pointer;
	background: url("jplayer.png") -2px -50px no-repeat;

}
div.jp-single-player div.jp-volume-bar {
	left: 185px;
}
div.jp-volume-bar-value {
	background: url("jplayer.png") -2px -60px no-repeat;
	width: 0px;
	height: 7px;
}

