.mejs-container {
	background: #EEEEEE;
	border:1px solid #009be3;
	position: relative;
	width:418px;
	height:100px;
}
.mejs-container .mejs-controls {background:#CCCCCC;}
.mejs-container .mejs-controls div {
	/*background:none;*/
	height: 40px;
	width: 40px;
	
}
.mejs-controls .mejs-button button {
	/*background:none;*/
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 0;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 40px;
}

.mejs-playpause-button {
	position: absolute;
	top: -62px;
	left:30px;
}
.mejs-controls .mejs-pause button {
    background: url("../img/icon/jplayer_spirites.jpg") 0 -42px no-repeat;
}
.mejs-controls .mejs-pause button:hover {background: url("../img/icon/jplayer_spirites.jpg") no-repeat -41px -42px;}

.mejs-controls .mejs-play button {
    background: url("../img/icon/jplayer_spirites.jpg") 0 0 no-repeat;
}
.mejs-controls .mejs-play button:hover {
    background: url("../img/icon/jplayer_spirites.jpg") -41px 0px no-repeat;
}

.mejs-controls .mejs-button button:focus {outline:none;}

.mejs-container #mejs_stop {
	position: absolute;
	left:85px;
	top:21px;
	background: url("../img/icon/jplayer_spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#mejs_stop:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -29px -83px no-repeat;
}

.mejs-controls div.mejs-volume-button  {
	position:absolute;
	left:240px;
	top:-40px;
	background: url("../img/icon/jplayer_spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
.mejs-controls div.mejs-volume-button:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -19px -186px no-repeat;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	background:#CCCCCC;
	display: block;
	left: 24px;
	top: 0;
	height: 15px;
	width: 115px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 100px;
	height: 3px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 100px;
	height: 3px;
	background: #ddd;
	background: #4695AA;
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: 0;
	width: 6px;
	height: 15px;
	background: #009CE1;
	cursor: ew-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

.mejs-controls .mejs-mute button {display:none;}
.mejs-controls .mejs-unmute button {display:none;}

.mejs-controls .mejs-time-rail .mejs-time-total {background: #757374;}

.mejs-container .mejs-controls .mejs-time span {color:#000;}

#jplayer_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:100px;
	border:1px solid #009be3;
}
#jplayer_container  ul#jplayer_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#jplayer_container  ul#jplayer_controls li {
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#jplayer_play,
#jplayer_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#jplayer_play {
	background: url("../img/icon/jplayer_spirites.jpg") 0 0 no-repeat;
}
#jplayer_play:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -41px 0 no-repeat;
}
#jplayer_pause {
	background: url("../img/icon/jplayer_spirites.jpg") 0 -42px no-repeat;
}
#jplayer_pause:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -41px -42px no-repeat;
}
#jplayer_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("../img/icon/jplayer_spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#jplayer_stop:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -29px -83px no-repeat;
}
#jplayer_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#jplayer_progress_load_bar {
	background: url("../img/icon/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#jplayer_progress_load_bar.different_prefix_example_buffer {
	background: url("../img/icon/bar_buffer.gif")  top left repeat-x;
}
#jplayer_progress_play_bar {
	position: absolute;
	background: url("../img/icon/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
	left:0px;
}
#jplayer_volume_min {
	position: absolute;
	left:274px;
	top:32px;
	background: url("../img/icon/jplayer_spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_max {
	position: absolute;
	left:346px;
	top:32px;
	background: url("../img/icon/jplayer_spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_min:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -19px -170px no-repeat;
}

#jplayer_volume_max:hover {
	background: url("../img/icon/jplayer_spirites.jpg") -19px -186px no-repeat;
}

#jplayer_volume_bar {
	position: absolute;
	left:292px;
	top:37px;
	background: url("../img/icon/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#jplayer_volume_bar_value {
	position: absolute;
	background: url("../img/icon/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
	left:0px;
	zoom:1;
}

#jplayer_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:338px;
	padding:5px 40px 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	background-color:#ccc;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:1em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;


