/* _______JQUERY-JPLAYER for CARELESS ______________________ */





#player_container {
	position: absolute;
	background-color: transparent;
	width:355px;
	top: 20px;
	right: 25px;
	height:150px;
	border:0px solid #f00;
	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;
					right:27px;
					top: 42px;
					width:66px;
					height:86px;
					cursor: pointer;
					}
				
				#player_play {
					background: url("images/playH.gif") 0px 0px no-repeat;
					}
				
				#player_play.statechange_hover {
					background: url("images/playB.gif") 0px 0px no-repeat;
					}
				
				#player_pause {
					background: url("images/pauseH.gif") 0px 0px no-repeat;
					}
				
				#player_pause.statechange_hover {
					background: url("images/pauseB.gif") 0px 0px 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;
				right: 5px;
				top: 3px;
				width:100%;
				height:8px;
				padding: 0px;
				background-color: transparent;
				}
				#player_progress_load_bar {
										background-color: transparent;
										
										border-top: 1px solid #a99e95;
										width:0px;
										height:6px;
										cursor: pointer;
										}
				#player_progress_load_bar.statechange_buffer {
										background-color: #a0a600;
										height: 2px;
										}
				#player_progress_play_bar {
										background-color: #900;
										width:0px;
										margin-top: 1px;
										height:4px;
										background-color: #c5b8ae;
										border-right: 0px solid #bbb;
										}


#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;
									}





/* ________________________________________________________________ */

