/**
 * JoomLine mp3 player - Joomla mp3 player
 *
 * @version 1.2.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
 **/
#wsliceplayer {
  width: 320px
}

.jp-controls {
  padding: 10px 10px
}

div.jp-playlist-player {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #333;
}
div.jp-interface {
	width:320px;
	height:155px;
	border:0px solid #009be3;
	border-bottom: none;
	list-style-type:none;
	padding:0;
	margin: 0;	
	overflow:hidden;
	background-image: url(bg.png);
	background-repeat: no-repeat
}

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

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

div.jlp-pause {
	position: relative;
	/*left: 50%;*/
	width:68px;
	height:30px;
	cursor: pointer;
	background: url("btn.png") -69px -60px no-repeat;
}
div.jlp-pause:hover {
	background: url("btn.png") -69px -90px no-repeat;
}
div.jlp-stop {
	position: relative;
	/*left: 50%;*/
	width:69px;
	height:30px;
	cursor: pointer;
	background: url("btn.png") -136px 0px no-repeat;}
div.jlp-stop:hover {
	background: url("btn.png") -137px -30px no-repeat;
}
div.jlp-next {
	position: relative;
	/*left: 50%;*/
	width:71px;
	height:30px;
	cursor: pointer;
	background: url("btn.png") -206px 0px no-repeat;
}
div.jlp-next:hover {
	background: url("btn.png") -206px -30px no-repeat;
}

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

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

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

div.jlp-volume-max:hover {
	background: url("skin2.png") -28px -1px 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 -55px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("skin2.png") 0 -70px repeat-x ;
	width:0px;
	height:15px;
}
div.jp-volume-bar {
	position: relative;
	overflow:hidden;
	background: url("skin2.png") 0 -85px repeat-x;
	width:230px;
	height:5px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url("skin2.png") 0 -90px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	font-size:.64em;
	font-style:normal;
	text-indent: 0px;
	text-align: center;
	color:#A60000;
	font-weight: bold;
}
div.jp-playlist {
	width: 320px;    background-color: rgba(255,255,255,0.2);    border-bottom: 1px solid #35588C;    border-radius: 5px;    border-top: none;    font-size: 11px;
}
div.jp-playlist div{
	padding:5px 5px 5px 5px;
}
div.jp-playlist div:hover {
	color:#35588C;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;	border-radius: 5px;	border-bottom: solid 1px #35588C;
}
div.jplayer_playlist_current {
	font-weight: bold;	text-indent: 5px;
	background-color: rgba(255,255,255,0.5);	border-radius: 5px;	border-bottom: 1px solid #35588C;
}div.jplayer_playlist_item {	color:#35588C;	text-indent: 5px;	background-color: rgba(255,255,255,0.2);	border-radius: 5px;	border-bottom: 1px solid #35588C;}
