/* @override http://localhost:8000/static/css/player.css */

/* @override http://localhost:8000/static/css/player.css */

#jplayer_container {
	position: relative;
	background-color:#eee;
	width:567px;
	height:120px;
	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;
}
#jplayer_play,
#jplayer_pause {
	display: block;
	position: absolute;
	left:40px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#jplayer_play {
	background: url("../images/spirites.jpg") 0 0 no-repeat;
}
#jplayer_play.different_prefix_example_hover {
	background: url("../images/spirites.jpg") -41px 0 no-repeat;
}
#jplayer_pause {
	background: url("../images/spirites.jpg") 0 -42px no-repeat;
}
#jplayer_pause.different_prefix_example_hover {
	background: url("../images/spirites.jpg") -41px -42px no-repeat;
}
#jplayer_stop {
	position: absolute;
	left:90px;
	top:26px;
	background: url("../images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#jplayer_stop.different_prefix_example_hover {
	background: url("../images/spirites.jpg") -29px -83px no-repeat;
}
#jplayer_progress {
	position: absolute;
	left:130px;
	top:32px;
	background-color: #eee;
	width:272px;
	height:15px;
}
#jplayer_load_bar {
	background: url("../images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#jplayer_load_bar.different_prefix_example_buffer {
	background: url("../images/bar_buffer.gif")  top left repeat-x;
}
#jplayer_play_bar {
	background: url("../images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#jplayer_volume_min {
	position: absolute;
	left:424px;
	top:32px;
	background: url("../images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_max {
	position: absolute;
	left:496px;
	top:32px;
	background: url("../images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_min.different_prefix_example_hover {
	background: url("../images/spirites.jpg") -19px -170px no-repeat;
}

#jplayer_volume_max.different_prefix_example_hover {
	background: url("../images/spirites.jpg") -19px -186px no-repeat;
}

#jplayer_volume_bar {
	position: absolute;
	left:442px;
	top:37px;
	background: url("../images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#jplayer_volume_bar_value {
	background: url("../images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#jplayer_playlist_message {
	position: absolute;
	left:0;
	bottom:0;
	width:547px;
	padding:5px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	background-color:#ccc;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#jplayer_play_time,
#jplayer_total_time {
	padding-top:.3em;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#jplayer_play_time {
	float:left;
}

#jplayer_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;
}

.player-link {
    color: #0d96c3;
}