/**
 * JoomLine mp3 player - Joomla mp3 player
 *
 * @version 1.1
 * @package JoomLine mp3 player
 * @subpackage Subscription
 * @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: #fff;
	overflow:hidden;
	text-shadow:none;
	box-shadow:0px 0px 6px #fff;
}
div.jp-interface {
	background-color:#F6F6F6;
	width:100%;
	height:auto;
	border-bottom: none;
	list-style-type:none;
	padding:0;
	padding-top:5px;
	margin: 0;	
	overflow:hidden;
}

#jlp_shfl{
	line-height:0;
	margin:0;
}

/**********************************************/
div.jlp-previous {
	position: relative;
	left: 50%;
	width:36px;
	height:40px;
	cursor: pointer;
	background: url("skin2.png") 0 -120px no-repeat;
}
div.jlp-previous:hover {
	background: url("skin2.png") -36px -120px no-repeat;
}

div.jlp-play {
	position: relative;
	left: 50%;
	width:36px;
	height:40px;
	cursor: pointer;
	background: url("skin2.png") 0 -40px no-repeat;
}
div.jlp-play:hover {
	background: url("skin2.png") -36px -40px no-repeat;
}

div.jlp-pause {
	position: relative;
	left: 50%;
	width:36px;
	height:40px;
	cursor: pointer;
	background: url("skin2.png") 0 0 no-repeat;
}
div.jlp-pause:hover {
	background: url("skin2.png") -36px 0 no-repeat;
}
div.jlp-stop {
	position: relative;
	left: 50%;
	width:36px;
	height:40px;
	cursor: pointer;
	background: url("skin2.png") 0 -200px no-repeat;

}

div.jlp-stop:hover {
	background: url("skin2.png") -36px -200px no-repeat;
}


div.jlp-next {
	position: relative;
	left: 50%;
	width:36px;
	height:40px;
	cursor: pointer;
	background: url("skin2.png") 0 -160px no-repeat;
}
div.jlp-next:hover {
	background: url("skin2.png") -36px -160px no-repeat;
}


div.jlp-volume-min {
	width:28px;
	height:27px;
	cursor: pointer;
	background: url("skin2.png") 0 -267px no-repeat;
}

div.jlp-volume-min:hover {
	background: url("skin2.png") -28px -267px no-repeat;
}

div.jlp-volume-max {
	width:28px;
	height:27px;
	cursor: pointer;
	background: url("skin2.png") 0 -240px no-repeat;
}

div.jlp-volume-max:hover {
	background: url("skin2.png") -28px -240px no-repeat;
}

/*********************************************/


div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	width:100%;
	height: 10px;
	border-radius: 5px;
}
div.jp-progress {
	left:145px;
}

div.jp-load-bar {
	background: url("skin2.png") 0 -294px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("skin2.png") 0 -309px repeat-x ;
	width:0px;
	height:15px;
}


div.jp-volume-bar {
	position: relative;
	overflow:hidden;
	background: url("skin2.png") 0 -324px repeat-x;

	width: 95%;
	height: 7px;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 3px;
}

div.jp-volume-bar-value {
	background: #8fadd0 url("skin2.png") 0 -329px repeat-x;
	width:0px;
	height:7px;
}
div.jp-play-time,
div.jp-total-time {
	font-size:.64em;
	text-indent: 0px;
	text-align: center;
	
}



div.jp-playlist {
	width:100%;
	background-color:#E2E2E2;
	border-top:none;
	font-size: 11px;
}

div.jp-playlist div{
	
	padding:5px 5px 5px 10px;

}
/*div.jp-playlist div:hover {
	color:#060;
	background-color: #eee;
	cursor: pointer;
}*/

div.jp-playlist div:hover {
	cursor: pointer;
}

div.jplayer_playlist_current {
	color:#fff;
	font-weight: bold;
	text-shadow:none;
	text-indent: 5px;
	background-color: #242424;
	
}

.jp-playlist-player{
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
