/**
 * 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 {
	width: 370px;
	line-height:1.6;
	background: #999;
}
div.jp-interface {
	height:auto;
	padding:0;
	margin: 0;	
	overflow:hidden;
	background: url("bg.png") repeat-x;
}

#p_buttons {
	padding:0;
	margin: 4px 0 0 0;
}



/**********************************************/
div.jlp-previous {
	position: relative;
	width:33px;
	height:40px;
	cursor: pointer;
	background: url("b_prev.png") no-repeat scroll -5px 0 transparent;
}
div.jlp-previous:hover {
	background: url("b_prev.png") no-repeat scroll -5px 0 transparent;
}

div.jlp-play {
	position: relative;
	width:47px;
	height:46px;
	cursor: pointer;
	background: url("b_play.png") no-repeat;
}
div.jlp-play:hover {
	background: url("b_play.png") no-repeat;
}

div.jlp-pause {
	position: relative;
	width:47px;
	height:46px;
	cursor: pointer;
	background: url("b_pause.png") no-repeat;
}
div.jlp-pause:hover {
	background: url("b_pause.png") no-repeat;
}
div.jlp-stop {
	position: relative;
	width:31px;
	height:47px;
	cursor: pointer;
	background: url("b_stop.png") no-repeat scroll -7px 0 transparent;

}

div.jlp-stop:hover {
	background: url("b_stop.png") no-repeat scroll -7px 0 transparent;
}


div.jlp-next {
	position: relative;
	width:38px;
	height:40px;
	cursor: pointer;
	background: url("b_next.png")  no-repeat scroll -7px 0 transparent;
}
div.jlp-next:hover {
	background: url("b_next.png")  no-repeat scroll -7px 0 transparent;
}


div.jlp-volume-min {
	width:28px;
	height:27px;
	cursor: pointer;
	background: url("volume_min.png") no-repeat scroll 13px 7px transparent;
}

div.jlp-volume-min:hover {
	background: url("volume_min_h.png") no-repeat scroll 13px 7px transparent;
}

div.jlp-volume-max {
	width:24px;
	height:27px;
	cursor: pointer;
	background: url("volume_max.png") no-repeat scroll 0 8px transparent;
}

div.jlp-volume-max:hover {
	background: url("volume_max_h.png") no-repeat scroll 0 8px transparent;
}

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

table#time_bar{
	width: 215px;
	color: #666;
	font-size: 14px;
}

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

div.jp-load-bar {
	background: url("load_bar.png") repeat-x;
	width:0px;
	height:5px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("play_bar.png") repeat-x ;
	width:0px;
	height:5px;
}

table#volume_bar {
	width: 215px;
}

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: 10px;
	text-align: center;
}


div.jp-playlist {
	background-color:#989898;
	font-size: 11px;
	color: #e4e5e9;
}

div.jp-playlist div{
	text-indent: 7px;
	padding:5px 5px 5px 10px;
}

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

div.jplayer_playlist_current {
	background-color: #888;
	color:#e4e5e9;
	text-indent: 7px;
}

/* new windows button */

#player_nw {
	background: url("bg.png") repeat-x bottom left;
	text-align: right;
	font-size: 10px;
}

#player_nw a {
	font-size: 11px;
	color:#999;
}
