/*
 * 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-interface {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	position: relative;
	width:105px; 
	height:15px; 
}
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:4px; 
	left:2px;
	width:9px;
	height:9px;
	cursor: pointer;
}
li.jp-play {
	background: url("icons.gif") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("icons.gif") -12px 0 no-repeat;
}
li.jp-pause {
	background: url("icons.gif") 0 -10px no-repeat;
}
li.jp-pause:hover {
	background: url("icons.gif") -12px -10px no-repeat;
}
li.jp-volume-min {
	position: absolute;
	top:3px;
	background: url("icons.gif") 0 -19px no-repeat;
	width:9px;
	height:11px;
	cursor: pointer;
	left:25px;
}
li.jp-volume-min:hover {
	background: url("icons.gif") -12px -19px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:3px;
	background: url("icons.gif") 0 -31px no-repeat;
	width:12px;
	height:11px;
	cursor: pointer;
	left:90px;
}
li.jp-volume-max:hover {
	background: url("icons.gif") -12px -31px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:7px;
	background: url("icons.gif") 0 -43px repeat-x;
	width:46px;
	height:4px;
	cursor: pointer;
	left:39px;
}
div.jp-volume-bar-value {
	background: url("icons.gif") 0 -48px repeat-x;
	width:0px;
	height:4px;
}
