.jp-audio {
	margin:4px auto;
}

.jp-play {
	width:51px;
	height:51px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:0px 0px;
}
.jp-play:hover {
	background-position:0px -51px;
}

.jp-pause {
	width:51px;
	height:51px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-51px 0px;
}
.jp-pause:hover {
	background-position:-51px -51px;
}

#jp-play-custom {
	width:51px;
	height:51px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:0px 0px;
}
#jp-play-custom:hover {
	background-position:0px -51px;
}

#jp-stop-custom {
	width:32px;
	height:32px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-102px 0px;
}
#jp-stop-custom:hover {
	background-position:-102px -32px;
}

#jp-prev {
	width:36px;
	height:36px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:0px -102px;
}
#jp-prev:hover {
	background-position:0px -138px;
}
.jp-prev-dis {
	background-position:-244px -24px !important;
}

#jp-next {
	width:36px;
	height:36px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-36px -102px;
}
#jp-next:hover {
	background-position:-36px -138px;
}
.jp-next-dis {
	background-position:-244px -60px !important;
}

.jp-repeat-off {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-72px -150px;
}
.jp-repeat-off:hover {
	background-position:-96px -150px;
}

.jp-repeat-all {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-96px -150px;
}

.jp-repeat-one {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-120px -150px;
}

.jp-repeat-dis {
	background-position:-112px -72px !important;
}

.jp-shuffle-off {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-72px -102px;
}
.jp-shuffle-off:hover {
	background-position:-72px -126px;
}

.jp-shuffle-on {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-72px -126px;
}

.jp-shuffle-dis {
	background-position:-136px -72px !important;
}

.jp-progress {
	width:200px;
	height:10px;
	padding:1px 3px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:0px -174px;
	position:relative;
}

.jp-seek-bar {
	width:0px;
	height:10px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-3px -196px;
	cursor:pointer;
}

.jp-play-bar {
	width:0px;
	height:10px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-3px -186px;
	cursor:pointer;
}

.jp-current-time {
	color:#ffffff;
	font-size:13px;
	text-align:center;
}

#jp-total-time {
	color:#ffffff;
	font-size:13px;
	text-align:center;
}

.jp-mute {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-120px -102px;
}
.jp-mute:hover {
	background-position:-120px -126px;
}

.jp-unmute {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-120px -126px;
}

.jp-volume-max {
	width:24px;
	height:24px;
	overflow:hidden;
	display:block;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-96px -102px;
}
.jp-volume-max:hover {
	background-position:-96px -126px;
}

.jp-volume-bar {
	width:60px;
	height:4px;
	padding:1px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-153px 0px;
	cursor:pointer;
}

.jp-volume-bar-value {
	width:60px;
	height:4px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-154px -6px;
	cursor:pointer;
}

.jp-discover {
	width:64px;
	height:24px;
	display:block;
	overflow:hidden;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-140px -20px;
}
.jp-discover:hover {
	background-position:-140px -44px;
}
.jp-discover-active {
	background-position:-140px -44px !important;
}
.jp-discover-dis {
	background-position:-216px 0px !important;
}

.jp-coverart {
	width:40px;
	height:40px;
	padding:7px;
	background:url('/Images/Global/playerui.png') no-repeat;
	background-position:-144px -102px;
	display:block;
	overflow:hidden;
}

#jp-loader {
	width:40px;
	height:20px;
	background:url('/Images/player-loader.gif') no-repeat;
	overflow:hidden;
}