/**
 * 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: #333;
}
div.jp-interface {
	width:98%;
	height:auto;
	border-bottom: none;
	list-style-type:none;
	padding:0;
	margin: 0;	
	overflow:hidden;

}

/**********************************************/
div.jlp-previous {
	position: relative;
	left: 50%;
	width:16px;
	height:22px;
	cursor: pointer;
	background: url("back.png") no-repeat center;
}
div.jlp-previous:hover {
	background: url("back.png") no-repeat center;
}

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

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

div.jlp-stop {
	position: relative;
	left: 50%;
	width:15px;
	height:20px;
	cursor: pointer;
	background: url("stop.png") no-repeat;

}

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


div.jlp-next {
	position: relative;
	left: 50%;
	width:16px;
	height:22px;
	cursor: pointer;
	background: url("next.png") no-repeat center;
}
div.jlp-next:hover {
	background: url("next.png") no-repeat center;
}


div.jlp-volume-min {
	width:16px;
	height:16px;
	cursor: pointer;
	background: url("mute.png") no-repeat;
}

div.jlp-volume-min:hover {
	background: url("mute.png") no-repeat;
}

div.jlp-volume-max {
	width:20px;
	height:16px;
	cursor: pointer;
	background: url("sound.png") no-repeat;
}

div.jlp-volume-max:hover {
	background: url("sound.png") no-repeat;
}

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


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

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


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

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

div.jp-volume-bar-value {
	background: url("skin2.png") 0 -329px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	font-size:11px;
	color:#FFF;	
}



div.jp-playlist {
	width:98%;
	border-top:none;
	font-size: 11px;
}

div.jp-playlist div{
	padding:3px;
	text-align:center

}
div.jp-playlist div:hover {
	color:#fff;
	cursor: pointer;
}

div.jplayer_playlist_current {
	color:#fff;
	font-weight: normal;
	text-indent: 5px;
}

.open-new-window { display:none}