/* _______JQUERY-JPLAYER for CARELESS ______________________ */





#player_container {
	position: relative;
	background-color: transparent;
	width:278px;
	height:104px;
	border:0px solid #000;
	padding: 0px;
	}

#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	bottom: 0px;
	}

#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
	}

				#player_play,
				#player_pause {
					display: block;
					position: absolute;
					left:9px;
					bottom:7px;
					width:21px;
					height:18px;
					cursor: pointer;
					}
				
				#player_play {
					background: url("images/spritesRed.jpg") -2px -4px no-repeat;
					}
				
				#player_play.statechange_hover {
					background: url("images/spritesRed.jpg") -2px -28px no-repeat;
					}
				
				#player_pause {
					background: url("images/spritesRed.jpg") -55px -4px no-repeat;
					}
				
				#player_pause.statechange_hover {
					background: url("images/spritesRed.jpg") -55px -28px no-repeat;
					}
				
				#player_stop {
					position: absolute;
					left:36px;
					bottom:7px;
					background: url("images/spritesRed.jpg") -28px -4px no-repeat;
					width:21px;
					height:18px;
					cursor: pointer;
					}
				
				#player_stop.statechange_hover {
					background: url("images/spritesRed.jpg") -28px -28px no-repeat;
					}
				
				#player_volume_min {
					position: absolute;
					right:2px;
					bottom:7px;
					background: url("images/spritesRed.jpg") -103px -3px no-repeat;
					width:19px;
					height:22px;
					cursor: pointer;
					}
				
				#player_volume_min.statechange_hover {
					background: url("images/spritesRed.jpg") -103px -28px no-repeat;
					}
				
				
				/* #player_volume_max {
					position: absolute;
					left:346px;
					top:32px;
					background: url("images/spritesRed.jpg") 0 -186px no-repeat;
					width:18px;
					height:15px;
					cursor: pointer;
					} */
		
				
				/* #player_volume_max.statechange_hover {
					background: url("images/spritesRed.jpg") -19px -186px no-repeat;
					} */


#player_progress {
				position: absolute;
				left:72px;
				bottom: 15px;
				background-color: #000;
				width:137px;
				height:5px;
				border: 1px solid #500;
				padding: 2px;
				}
				#player_progress_load_bar {
										background-color: #444;
										width:0px;
										height:5px;
										cursor: pointer;
										}
				#player_progress_load_bar.statechange_buffer {
										background: url("images/bar_buffer.gif")  top left repeat-x;
										}
				#player_progress_play_bar {
										background-color: #900;
										width:0px;
										height:5px;
										}


#player_volume_bar {
					position: absolute;
					right: 7px;
					bottom:5px;
					/* background: url("images/volume_bar.gif") repeat-x top left; */
					background-color: #000;
					border: 1px solid #444;
					width:38px;
					height:2px;
					padding: 1px;
					cursor: pointer;
					}
						#player_volume_bar_value {
												
												/* background: url("images/volume_bar_value.gif") repeat-x top left; */
												width:0px;
												height:2px;
												background-color: #CC0000;
												}
												
#volbarpic { 		position: absolute;
					right:9px;
					bottom:10px;
					background: url("images/spritesRed.jpg") -119px -25px no-repeat;
					background-color: #555;
					width:38px;
					height:16px;
					cursor: default;
					}
					



#player_playlist_message {
					position: absolute;
					left:0px;
					top: 7px;
					width:100%;
					padding:0px 0px 0px 0px;
					font-family: Arial, Helvetica, sans-serif;
					height:53px;
					background-color: transparent;
					}

						#song_title {
									left: 0px;
									margin:0px 0px 0px 5px;
									padding:0;
									
									}
						
						#play_time,
						#total_time {
									padding-top:3px;
									font-weight:normal;
									font-style:oblique;
									font-size:.7em;
									}
						
	#play_time {
									position: absolute;
									left:72px;
									bottom:3px;
									width: 60px;
									text-align: left;
									font-size: 8px;
									}
									
						
	#total_time {
									position: absolute;
									left:125px;
									bottom:3px;
									width: 88px;
									text-align: right;
									font-size: 8px;
									}





/* ________________________________________________________________ */

