

.jp-controls .ui-button {
	width: 25px !important;
	height: 25px !important;
}

.jp-controls {
	clear: both;
	display: block;
	
position:relative;
	height: 25px;
    top:91px;
	left:283px;
	
}

.jp-controls li {
	display: block;
	float: left;
	margin: 5px 35px 0 0px;
	list-style: none;
}



.jp-controls li.jp-pause,.jp-controls li.jp-unmute {
	display: none;
}

div.jp-progress {
	position: absolute;
	left: 80px;
	top: 35px;
	overflow: hidden;
	background-color: #ddd;
	overflow: hidden;
}

div.jp-audio {
	margin-top: 2px;
}

div.jp-audio div.jp-type-single div.jp-progress {
	float: left;
	width: 52px;
	height: 10px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 164px;
	width: 122px;
	height: 15px;
}

div.jp-seek-bar {
	background: url("jplayer.blue.monday1.jpg") 0 -202px repeat-x;
	width: 0px;
	/* height:15px; */
	height: 100%;
	cursor: pointer;
}

div.jp-play-bar {
	background: url("jplayer.blue.monday1.jpg") 0 -218px repeat-x;
	width: 0px;
	/* height:15px; */
	height: 100%;
}

div.jp-volume-bar {
	position: absolute;
	left: 160px;
	top: 41px;
	overflow: hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width: 26px;
	height: 5px;
	cursor: pointer;
}

div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width: 0px;
	height: 5px;
}
li.control{
    text-indent: -10000px;
    width:40px;
    height:40px;
   cursor: pointer;
}
.jp-play {
    background: url("images/buzz-player.png") 0 0 no-repeat;
}
.jp-pause {
    background: url("images/buzz-player.png") -55px 0 no-repeat;
}
.jp-stop{
    background: url("images/buzz-player.png") -106px 0 no-repeat;
}

.jp-mute {
	background: url("images/buzz-player.png") -165px 0 no-repeat;
}
.jp-mute:hover {
	background: url("images/buzz-player.png") -227px 0 no-repeat;
}

.jp-unmute {
	background: url("images/buzz-player.png") -227px 0 no-repeat;
	display: none;
}

.jp-unmute:hover {
	background: url("images/buzz-player.png")  -165px 0 no-repeat;
}



.clearfloat {
	clear: both;
}


