/**
 * 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: #ffffff;
	width:258px;
}
div.jp-interface {
	background-image:url("fondoplay.png");
	width:258px;
	height:38px;
	border:0px solid #009be3;
	border-bottom: none;
	list-style-type:none;
	padding:0;
	margin:5px 0 5px 0;	
	overflow:hidden;

}

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

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

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

}

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


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


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

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

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

div.jlp-volume-max:hover {
	background: url("vol.png") 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 -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%;
	margin:0 3px 0 2px;
	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:.64em;
	font-style:oblique;
	text-indent: 0px;
	text-align: center;
	
}



div.jp-playlist {
	width:258px;
	background-color:#7f6f66;
	font-size: 11px;
	height:154px;
	overflow:auto !important;
	overflow-x:hidden !important;
	overflow-y:scroll !important;
}

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

}
div.jp-playlist div:hover {
	color:#000000;
	background-color: #958278;
	cursor: pointer;
}

div.jplayer_playlist_current {
	color:#000000;
	text-indent: 5px;
	background-color: #958278;
}


