@charset "utf-8";
/* CSS Document */

/*
 * -----------------------------------------------
 * www.happyworm.com
 * silvia benvenuti
 * 
 * jPlayer.css
 * -----------------------------------------------
 */

#player_container {
	position: relative;
	/*background-color:#eee;*/
	border-bottom:1px solid #121212;
	border-right:1px solid #121212;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	width:175px;
	height:48px;
	/*border:1px solid #009be3;*/
	background:transparent url(playerbg.jpg) repeat scroll 0 0;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("spirites.png") 0 0 no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url("spirites.png") -41px 0 no-repeat;
}
#player_pause {
	background: url("spirites.png") 0 -42px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url("spirites.png") -41px -42px no-repeat;
}
#player_stop {
	position: absolute;
	left:42px;
	top:3px;
	background: url("spirites.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url("spirites.png") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:43px;
	top:32px;
	/*background-color: #eee;*/
	background: url("bar.png") repeat-x left center;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("bar_load.png")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url("bar_buffer.png")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("bar_play.png") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:75px;
	top:5px;
	background: url("spirites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:153px;
	top:5px;
	background: url("spirites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	background: url("spirites.png") -19px -170px no-repeat;
}

#player_volume_max.different_prefix_example_hover {
	background: url("spirites.png") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:96px;
	top:8px;
	background: url("bar_load.png") repeat-x left center;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("bar_play.png") repeat-x left center;
	width:0px;
	height:5px;
}

#player_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;
	display:none;
}

#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:.7em;
}

#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;*/

}
