/*CLASS RELATED PLAYER*/
.jp_player {
	float:right;
	left:835px;
	margin:0 0 0;
	padding:0 8px 0 0;
	position:absolute;
	right:0;
	top:330px;
	width: 101px;
}
.s_player_container {
	position: relative;
	background: url('../template_images/small_player.png') no-repeat top left;
	width:101px;
	height:40px;
	border:0px;
}
.s_player_container  ul.s_player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	height: 40px!important;
}
.s_player_container  ul.s_player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
.s_player_play,
.s_player_pause {
	display: block;
	position: absolute;
	left:45px;
	top:15px;
	width:12px;
	height:10px;
	cursor: pointer;
}

.s_player_play {
	background: url("../template_images/play_small.gif") no-repeat;
}
.s_player_play.jqjp_hover {
	background: url("../template_images/play_small.gif") no-repeat;
}
.s_player_pause {
	background: url("../template_images/pause_small.gif") no-repeat;
}
.s_player_pause.jqjp_hover {
	background: url("../template_images/pause_small.gif") no-repeat;
}
.s_player_stop {
	position: absolute;
	left:56px;
	top:0px;
	background: url("../template_images/stop1.jpg") no-repeat;
	width:12px;
	height:10px;
	cursor: pointer;
}
.s_player_stop.jqjp_hover {
	background: url("../template_images/stop1.jpg") no-repeat;
}
.s_player_volume_min {
	position: absolute;
	left:60px;
	top:15px;
	background: url("../template_images/min_small.gif") no-repeat;
	width:12px;
	height:10px;
	cursor: pointer;
}

.s_player_volume_max {
	background:transparent url(../template_images/max_small.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:10px;
	left:77px;
	position:absolute;
	top:15px;
	width:12px;
}

.s_player_volume_min.jqjp_hover {
	background: url("../template_images/min_small.gif") no-repeat;
}

.s_player_volume_max.jqjp_hover {
	background: url("../template_images/max_small.gif") no-repeat;
}



/*ID RELATED PLAYER*/


#jp_player {
	float:right;
	left:835px;
	margin:0 0 0;
	padding:0 8px 0 0;
	position:absolute;
	right:0;
	top:330px;
	width: 101px;
}
#s_player_container {
	position: relative;
	background: url('../template_images/small_player.png') no-repeat top left;
	width:101px;
	height:40px;
	border:0px;
}
#s_player_container  ul#s_player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	height: 40px!important;
}
#s_player_container  ul#s_player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#s_player_play,
#s_player_pause {
	display: block;
	position: absolute;
	left:45px;
	top:15px;
	width:12px;
	height:10px;
	cursor: pointer;
}
#s_player_play {
	background: url("../template_images/play_small.gif") no-repeat;
}
#s_player_play.jqjp_hover {
	background: url("../template_images/play_small.gif") no-repeat;
}
#s_player_pause {
	background: url("../template_images/pause_small.gif") no-repeat;
}
#s_player_pause.jqjp_hover {
	background: url("../template_images/pause_small.gif") no-repeat;
}
#s_player_stop {
	position: absolute;
	left:56px;
	top:0px;
	background: url("../template_images/stop1.jpg") no-repeat;
	width:12px;
	height:10px;
	cursor: pointer;
}
#s_player_stop.jqjp_hover {
	background: url("../template_images/stop1.jpg") no-repeat;
}
#s_player_volume_min {
	position: absolute;
	left:60px;
	top:15px;
	background: url("../template_images/min_small.gif") no-repeat;
	width:12px;
	height:10px;
	cursor: pointer;
}

#s_player_volume_max {
	background:transparent url(../template_images/max_small.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:10px;
	left:77px;
	position:absolute;
	top:15px;
	width:12px;
}

#s_player_volume_min.jqjp_hover {
	background: url("../template_images/min_small.gif") no-repeat;
}

#s_player_volume_max.jqjp_hover {
	background: url("../template_images/max_small.gif") no-repeat;
}

/* ----------------------------------------------- */

#player_container {
	position: relative;
	background: #25353c url('../template_images/audio_bg.gif') repeat-x top left;
	width:407px;
	height:80px;
	border-top: 0px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#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:35px;
	top:17px;
	width:22px;
	height:22px;
	cursor: pointer;
}
#player_play {
	background: url("../template_images/play1.jpg") no-repeat;
}
#player_play.jqjp_hover {
	background: url("../template_images/play1.jpg") no-repeat;
}
#player_pause {
	background: url("../template_images/pause1.jpg") no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../template_images/pause1.jpg") no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:12px;
	top:17px;
	background: url("../template_images/bwd1.jpg") no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../template_images/bwd1.jpg") no-repeat;
}

#ctrl_prev.disabled {
	background: url("../template_images/bwd1.jpg") no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:58px;
	top:17px;
	background: url("../template_images/ffd1.jpg") no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../template_images/ffd1.jpg") no-repeat;
}

#ctrl_next.disabled {
	background: url("../template_images/ffd1.jpg") no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:81px;
	top:17px;
	background: url("../template_images/stop1.jpg") no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("../template_images/stop1.jpg") no-repeat;
}
#player_progress {
	position: absolute;
	left:117px;
	top:24px;
	background-color: #FFFFFF;
	width:122px;
	height:8px;
}
#player_progress_load_bar {
	/*background: url("images/bar_load.gif")  top left repeat-x;*/
	background-color: #6c9cbc;
	width:0px;
	height:8px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: #6c9cbc;
}
#player_progress_play_bar {
	background: url("../template_images/loader.jpg") top right repeat-x ;
	background-color: #0d88c1;
	width:0px;
	height:8px;
}
#player_volume_min {
	position: absolute;
	left:330px;
	top:17px;
	background: url("../template_images/min1.jpg") no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:382px;
	top:17px;
	background: url("../template_images/max1.jpg") no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("../template_images/min1.jpg") no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("../template_images/max1.jpg") no-repeat;
}

#player_volume_bar {
background-color:#EEEEEE;
cursor:pointer;
height:8px;
left:353px;
position:absolute;
top:25px;
width:28px;
}

#player_volume_bar_value {
	/*background: url("images/volume_bar_value.gif") repeat-x top left;*/
	background-color: #000;
	width:0px;
	height:8px;
}

#play_time,
#total_time {
	font-size:0.8em;
	font-style:oblique;
	position:absolute;
	top:21px;
	width:80px;
}

#play_time {
background: url("../template_images/time_bg.jpg") no-repeat top left;
color: #33ccff;
left:249px;
text-indent: 3px;
}

#total_time {
	text-align: right;
	color: #FFFFFF;
	left:243px;
}

#playlist_list {
	width:400px;
}

#playlist_list ul{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0 0 10px 0;
	background-color:#fff;
	border:0px;
	border-top:none;
	width:409px;
	font-size:.9em;
	min-height:288px;
  	height:auto !important;
  	height:288px;
	float: left;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px dotted #a0a0a0;
	cursor: pointer;
	float: left;
	width: 387px;
	margin-left: 1px;
	background: #ffffff url("../template_images/innactive_fade.gif") no-repeat bottom right;
	position: relative;
}

#playlist_list li img{float: left;}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:none;
	list-style-position:none;
	padding:4px 0 4px 20px;
	cursor: default;
	background: #f0f0f0 url("../template_images/active_fade.gif") no-repeat bottom right !important;

}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

#playlist_list table{
	background-color:#FFFFFF;
	/*width:398px;*/
	width:100%;
	font-size:.9em;
}

#playlist_list tr{
	cursor: pointer;
}

#playlist_list tr.playlist_current{
	background-color:#CCCCCC;
	cursor: default;
}

#playlist_list tr.playlist_hover {
	background-color:#CCCCCC;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	color:#009be3;
}

#now_playing {	position: absolute;
				width: 300px;
				height: 14px;
				left: 10px;
				bottom: 10px;
				color: #FFFFFF;
				padding-left: 75px;
				font-size: 11px;
				background: url("../template_images/now_playing.jpg") no-repeat top left;
				}
				
span.song 	{float: left; width: 320px; text-indent: 10px; color: #000000; font-weight: bold; font-size: 11px;}	
span.artist {float: left;width: 320px; text-indent: 10px; color: #000000; font-size: 11px;}
span.album 	{float: left;width: 320px; text-indent: 10px; color: #999999; font-style: oblique; font-size: 11px;}	

a.buy_now {background: url("../template_images/buy_now_itunes.gif") no-repeat top left; float: right; display: block; width: 63px; height: 18px; position: absolute; right:7px; top:7px;}	
				
