.jp-single-player{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0px; 
}

.jp-interface{
	display: block;
	float: left;
	width: 600px;
	height: 20px;
	padding: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #4fba6f;
}

.jp-controls{
	display: block;
	overflow: hidden;
	float: left;
	width: 64px;
	height: 100%;
}

.jp-play, .jp-pause, .jp-stop{
	display: block;
	cursor: pointer;
	float: left;
	width: 17px;
	height: 100%;
	margin: 0px 15px 0px 0px;
}

.jp-play{background: url(../img/icoPlay.png) no-repeat center center;}
.jp-pause{background: url(../img/icoPause.png) no-repeat center center;}
.jp-stop{background: url(../img/icoStop.png) no-repeat center center;}

.progresso{
	display: block;
	float: left;
	width: 340px;
	height: 10px;
	margin: 5px 14px 5px 0px;
	text-align: center;
}

.jp-progress{
	display: block;
	float: left;
	width: 260px;
	height: 100%;
	background-color: #307144;
}

.jp-load-bar{
	display: block;
	float: left;
	height: 100%;
	background-color: #307144;
}

.jp-play-bar{
	display: block;
	float: left;
	height: 100%;
	background-color: #fff;
}

.jp-play-time, .jp-total-time{
	display: block;
	float: left;
	width: auto;
	height: 10px;
	margin: 0px 5px;
	font: normal 400 10px/8px 'Lato', Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #fff;
}

.volume{
	display: block;
	float: left;
	width: auto;
	height: 100%;
}

.jp-volume-min, .jp-volume-max{
	display: block;
	float: left;
	width: 24px;
	height: 100%;
}

.jp-volume-min{background: url(../img/icoVolMin.png) no-repeat center center;}
.jp-volume-max{background: url(../img/icoVolMax.png) no-repeat center center;}

.jp-volume-bar{
	display: block;
	float: left;
	width: 50px;
	height: 10px;
	margin: 5px 15px;
	background-color: #307144;
}

.jp-volume-bar-value{
	display: block;
	float: left;
	height: 100%;
	background-color: #fff;
}

.playList{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	padding: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#mainContent .playList img{
	width: 100%;
	height: 100%;
}

.jp-playlist{
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 0px;
	background-color: #45a261;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.playList:hover, .playList.openList{background-color: #45a261;}
.jp-playlist.openList{height: auto;}

.jp-playlist ul{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.jp-playlist ul li{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.jp-playlist ul li a{
	display: block;
	float: left;
	width: 600px;
	height: auto;
	padding: 5px 15px;
	border-top: 1px solid #fff;
	font: normal 700 14px/20px 'Lato', Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #206134;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.jp-playlist ul li a:hover{background-color: #4fba6f;}