div.jp-interface {
	position: relative;
	float: right;
	background: url(../img/pattern.png);
	width:370px;
	height:62px;
	border-left: thin solid #000;
}

div.jp-single-player div.jp-interface {
	border-bottom:none;
}

div.jp-interface  ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
.jp-play,
.jp-pause {
	display: block;
	position: absolute;
	left:47px;
	top:12px;
	width:40px;
	height:40px;
	cursor: pointer;
}
.jp-previous {
	left:12px;
	top:16px;
	background:url(../img/player_buttons/previous.png);
	width:30px;
	height:30px;
	display: block;
	position: absolute;
}
.jp-previous:hover {
	background:url(../img/player_buttons/previous_over.png);
}
.jp-next {
	left:94px;
	top:16px;
	background:url(../img/player_buttons/next.png);
	width:30px;
	height:30px;
	display: block;
	position: absolute;
}
.jp-next:hover {
	background:url(../img/player_buttons/next_over.png);
}

.jp-play {
		background: url(../img/player_buttons/play_off.png) no-repeat;
}
.jp-play:hover {
		background: url(../img/player_buttons/play_over.png) no-repeat;
}
.jp-pause {
		background: url(../img/player_buttons/pause_off.png) no-repeat;
}
.jp-pause:hover {
	background: url(../img/player_buttons/pause_over.png) no-repeat;
}
.jp-stop {
	position: absolute;
	left:130px;
	top:16px;
	background: url(../img/player_buttons/stop_off.png) no-repeat;
	width:30px;
	height:30px;
	cursor: pointer;
}
.jp-stop {
}
div.jp-playlist-player .jp-stop {
}
.jp-stop:hover {
	background: url(../img/player_buttons/stop_over.png) no-repeat;
}
div.jp-progress {
	position: absolute;
	left:172px;
	top:23px;
	background-color: #eee;
	width:80px;
	height:15px;
}

div.jp-load-bar {
	background: url(../img/player_buttons/progress_clear.png) top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url(../img/player_buttons/progress_full.png) top left repeat-x ;
	width:0px;
	height:15px;
}
.jp-volume-min {
	position: absolute;
	left:260px;
	top: 23px;
	background: url(../img/player_buttons/sound_mute.png) 0 0 no-repeat;
	width:15px;
	height:15px;
	cursor: pointer;
}

.jp-volume-min:hover {
	background: url(../img/player_buttons/sound_mute_over.png) 0 0 no-repeat;
}
.jp-volume-max {
	position: absolute;
	left:342px;
	top:23px;
	background: url(../img/player_buttons/sound_high_off.png) 0 0 no-repeat;
	width:15px;
	height:15px;
	cursor: pointer;
}

.jp-volume-max:hover {
	background: url(../img/player_buttons/sound_high_over.png) 0 0 no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	left:280px;
	top:27px;
	background: url(../img/player_buttons/s_progress_clear.png) repeat-x top left;
	width:50px;
	height:5px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url(../img/player_buttons/s_progress_full.png) repeat-x top left;
	width:0px;
	height:5px;
}
.jp-playlist	{
	display:none;
}

