/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

body {background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

#wrapper {width:500px;margin:0 auto;}

#left {width:500px;float:left;}

#right {margin-top:20px;}

#cover {background:#777;width:500px;height:500px;overflow:hidden;position:relative;}

#download {display:block;z-index:5;position:absolute;bottom:0;left:0;}
#cover:hover {cursor:pointer;}
#cover:hover img {opacity:0.9;}
#cover:hover a {background:#333;}
#download a {color:#fff;background:#2c6f93;padding:11px 14px;text-decoration:none;font-weight:bold;font-size:18px;display:block;-moz-border-radius-topleft: 7px;-moz-border-radius-topright:7px;width:472px;}
	#download a:hover {background:#333;}
	#download a span {float:right;padding-left:70px;font-weight:normal;font-size:11px;padding-top:6px;}

#text {color:#333;font-size:11px;line-height:1.4;margin-bottom:10px;}

#tracks {color:#bbb;font-size:11px;display:none;line-height:1.4;}

h1 {font-size:24px;font-weight:bold;color:#333;margin-bottom:5px;margin-top:10px;}

h2 {font-size:16px;font-weight:bold;color:#2c6f93;margin-bottom:10px;}

h3 {font-size:13px;font-weight:bold;color:#333;margin-bottom:5px;}


#player {display:block;background:#2c6f93;position:relative;height:80px;width:500px;margin-top:5px;}

#player_container {
	position: relative;
	width:500px;
	height:80px;
	margin:0 auto;
}
#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:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../beats/images/spirites.png") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../beats/images/spirites.png") -41px 0 no-repeat;
}
#player_pause {
	background: url("../beats/images/spirites.png") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../beats/images/spirites.png") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:26px;
	background: url("../beats/images/spirites.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../beats/images/spirites.png") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("../beats/images/spirites.png") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("../beats/images/spirites.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../beats/images/spirites.png") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("../beats/images/spirites.png") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("../beats/images/spirites.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../beats/images/spirites.png") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	right:20px;
	top:33px;
	width:190px;
	height:15px;
	background:#777;
}
#player_progress_load_bar {
	background: url("../beats/images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
	background:#fff;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("../beats/images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("../beats/images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
	padding-right:1px;
	background:#333;
}
#player_volume_min {
	position: absolute;
	left:403px;
	top:32px;
	background: url("../beats/images/spirites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:475px;
	top:32px;
	background: url("../beats/images/spirites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	color:#fff;font-weight:bold;font-size:0.8em;
}

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

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

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

#play_time,
#total_time {
	position: absolute;
	right:20px;
	top:45px;
	width:190px;
	font-size:.7em;
	font-weight:bold;
	color:#fff;
	display:none;
}

#total_time {
	text-align: right;
}

#playlist {position:relative;}

#playlist_list {
	
}

#playlist_list ul{
	list-style-type:none;
	padding:5px 0 10px;
	margin:0;
	border-top:none;
	width:500px;
	font-size:11px;
}

#playlist_list li{
	padding:5px 0 5px 0px;
	cursor: pointer;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#playlist_list li#playlist_item_12 {border:0;}

#playlist_list li span{
	float:right;
}

#playlist_list li.playlist_current{
	color:#999;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#2c6f93;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}




#show_playlist {font-size:11px;font-weight:bold;color:#fff;text-decoration:none;position:absolute;top:0;right:25px;background:#000;padding:7px 9px;}



#enter {margin:20px 0;font-size:24px;font-weight:bold;}
	#enter a {color:#2c6f93;text-decoration:none;}
		#enter a:hover {color:#333;}
