.Full_Player{
	background:transparent url(../images/FullPlayerBg.png) no-repeat 0 0;
	padding:10px;
	width:538px;
	height:38px;
	float:left;
	margin-top:10px;
	font-size:11px;
	display:none;
}

	.ListeningTo{
		font-family:Helvetica, Verdana, Arial, sans-serif;
		float:left;
		width:100px;
		height:18px;
	}

		body.PT .ListeningTo{
			width:66px;
		}
	
		.AlbumName{
			float:left;
			width:70px;
			height:18px;
			text-align:right;
			
			display:none;
		}
	
	.current_song{
		float:left;
		width:270px;
		height:18px;
		text-align:left;
	}
				
	.current_song ul li{
		display:none;
	}

		.current_song ul li.playlist_current{
			display:block;
		}

	#player_container {
		float:left;
		padding-top:1px;
	}
		
		#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, #ctrl_prev, #ctrl_next, #player_stop  {
			display: block;
			width:14px;
			height:14px;
			cursor: pointer;
			float:left;
			margin-right:10px;
		}
		
		#player_play {
			background: url("../images/PlayerBtns.png") -3px -3px no-repeat;
		}
			#player_play.jqjp_hover {
				background: url("../images/PlayerBtns.png") -23px -3px no-repeat;
			}
			
		#player_pause {
			background: url("../images/PlayerBtns.png") -3px -23px no-repeat;
		}
			#player_pause.jqjp_hover {
				background: url("../images/PlayerBtns.png") -23px -23px no-repeat;
			}
		
		#ctrl_prev {
			background: url("../images/PlayerBtns.png") -3px -63px no-repeat;
		}
			#ctrl_prev:hover {
					background: url("../images/PlayerBtns.png") -23px -63px no-repeat;
			}
		
		#ctrl_next {
			background: url("../images/PlayerBtns.png") -3px -83px no-repeat;
		}
		
			#ctrl_next:hover {
				background: url("../images/PlayerBtns.png") -23px -83px no-repeat;
			}
		
		#player_stop {
				background: url("../images/PlayerBtns.png") -3px -43px no-repeat;
		}
			#player_stop.jqjp_hover {
					background: url("../images/PlayerBtns.png") -23px -43px no-repeat;
			}



		#playlist_list {
			clear:left;
			padding-top:11px;
			font-size:11px;
		}
		
			div.OtherSongs{
				float:left;
				padding-right:15px;
			}
			
				body.Green div.OtherSongs span{
						color:#a0d203;
						padding-left:10px;
				}



#playlist_list li{
	cursor: pointer;
	list-style-type:none;
	padding:0;
	margin: 0;
	float:left;
	padding-right:20px;
	padding-left:10px;
	background:url(../images/OtherSongBullet.gif) no-repeat 0px 5px;
}

body.Green #playlist_list li.playlist_current, body.Green #playlist_list li.playlist_hover{
	color:#a0d203;
}
body.Sounds #playlist_list li.playlist_current, body.Sounds #playlist_list li.playlist_hover{
	color:#0D93CF;
}








