/**
 * JoomLine mp3 player - Joomla mp3 player
 *
 * @version 1.3.5
 * @package JoomLine mp3 player
 * @author Anton Voynov (anton@joomline.ru)
 * @copyright (C) 2010 by Anton Voynov(http://www.joomline.ru)
 * @license GNU/GPL: http://www.gnu.org/copyleft/gpl.html
 *
 * If you fork this to create your own project,
 * please make a reference to JoomLine someplace in your code
 * and provide a link to http://www.joomline.ru
 **/
div.jp-playlist-player {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #DDD;
}
div.jp-interface {
	/**background-color:#F6F6F6;**/
	width:98%;
	height:auto;
	/**border:1px solid #009be3;**/
	border:1px solid #3B5998;
	border-bottom: none;
	list-style-type:none;
	padding:0;
	margin: 0;	
	overflow:hidden;

}

/**********************************************/
div.jlp-previous {
	position: relative;
	left: 50%;
	width:27px;
	height:30px;
	cursor: pointer;
	background: url("skin2.png") 0 -90px no-repeat;
}
div.jlp-previous:hover {
	background: url("skin2.png") -27px -90px no-repeat;
}

div.jlp-play {
	position: relative;
	left: 50%;
	width:27px;
	height:30px;
	cursor: pointer;
	background: url("skin2.png") 0 -30px no-repeat;
}
div.jlp-play:hover {
	background: url("skin2.png") -27px -30px no-repeat;
}

div.jlp-pause {
	position: relative;
	left: 50%;
	width:27px;
	height:30px;
	cursor: pointer;
	background: url("skin2.png") 0 0 no-repeat;
}
div.jlp-pause:hover {
	background: url("skin2.png") -27px 0 no-repeat;
}
div.jlp-stop {
	position: relative;
	left: 50%;
	width:27px;
	height:30px;
	cursor: pointer;
	background: url("skin2.png") 0 -150px no-repeat;

}

div.jlp-stop:hover {
	background: url("skin2.png") -27px -150px no-repeat;
}


div.jlp-next {
	position: relative;
	left: 50%;
	width:27px;
	height:30px;
	cursor: pointer;
	background: url("skin2.png") 0 -120px no-repeat;
}
div.jlp-next:hover {
	background: url("skin2.png") -27px -120px no-repeat;
}


div.jlp-volume-min {
	width:21px;
	height:21px;
	cursor: pointer;
	background: url("skin2.png") 0 -200px no-repeat;
}

div.jlp-volume-min:hover {
	background: url("skin2.png") -21px -200px no-repeat;
}

div.jlp-volume-max {
	width:21px;
	height:21px;
	cursor: pointer;
	background: url("skin2.png") 0 -180px no-repeat;
}

div.jlp-volume-max:hover {
	background: url("skin2.png") -21px -180px no-repeat;
}

/*********************************************/


div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	width:100%;
	height:15px;
}
div.jp-progress {
	left:145px;
}

div.jp-load-bar {
	background: url("skin2.png") 0 -220px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("skin2.png") 0 -232px repeat-x ;
	width:0px;
	height:15px;
}


div.jp-volume-bar {
	position: relative;
	overflow:hidden;
	background: url("skin2.png") 0 -243px repeat-x;

	width:98%;
	height:5px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url("skin2.png") 0 -247px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	font-size:.64em;
	font-style:oblique;
	text-indent: 0px;
	text-align: center;
	
}

div.jp-playlist {
	width:98%;
	/**background-color:#E2E2E2;
	border:1px solid #009be3;**/
	border:1px solid #3B5998;
	border-top:none;
	font-size: 11px;
}

div.jp-playlist div{
	
	padding:5px 5px 5px 10px;

}
div.jp-playlist div:hover {
	color:#3B5998;
	background-color: #333;
	cursor: pointer;
}

div.jplayer_playlist_current {
	color: #3B5998;
	/**color:#0d88c1;
	font-weight: bold;**/
	/**text-indent: 5px;**/
	background-color: #222;
}


