/*
 * 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.1
 * Date: 13th May 2010
 */


div.jp-interface {
	position: relative;	
	width:40px;
	height:40px;	
}
div.jp-interface2 {
	position: relative;	
	width:130px;
	height:130px;
}



div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface2 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 {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
div.jp-interface2 ul.jp-controls a {
	position: absolute;
	padding:0;
	margin: 0;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:0px;
	width:40px;
	height:40px;
	padding-right:10px;
}
a.jp-play2,
a.jp-pause2 {
	top:0px;
	left:0px;
	width:130px;
	height:130px;
	padding-right:10px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:0px; 	 
}

a.jp-play {
	background: url("/images/play-off.png") no-repeat;
}
a.jp-play:hover {
	background: url("/images/play-off.png") no-repeat;
}
a.jp-pause {
	background: url("/images/play-on.png") no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/images/play-on.png") no-repeat;
}
a.jp-play2 {
	background: url("/images/play-big.png") no-repeat;
}
a.jp-play2:hover {
	background: url("/images/play-big.png") no-repeat;
}
a.jp-pause2 {
	background: url("/images/play-big.png") no-repeat;
	display: none;
}
a.jp-pause2:hover {
	background: url("/images/play-big.png") no-repeat;
}

