/* _______JQUERY-JPLAYER for DARK POETS ______________________ */



#jp {	margin: 0px 0px 0px 0px; }


#player_container {
	position: absolute;
	background-color: transparent;
	top: 8px;
	right: 1px;
	width:196px;
	height:33px;
	border: 0px solid #777; /* 9f754b */
	cursor: default;
	
	}

#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: 145px;
					top: 0px;
					width:42px;
					height:40px;
					cursor: pointer;
					background: #666;
					}
				
				#player_play {
					background: url("images/play.gif") 0px 0px no-repeat;
					}
				
				#player_play.statechange_hover {
					background: url("images/playH.gif") 0px 0px no-repeat;
					}
				
				
				
				#player_pause {
					
					background: url("images/pause.gif") 0px 0px no-repeat;
					
					}
				
				#player_pause.statechange_hover {
					background: url("images/pauseH.gif") 0px 0px no-repeat;
					} 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
				




#player_progress {
				position: absolute;
				left:0px;
				top:2px;
				background-color: #000;
				width:128px;
				height:5px;
				border: 1px solid #5a5a5a;
				padding: 1px;
				cursor: default;
				}
				#player_progress_load_bar {
										background-color: #333;
										width:0px;
										height:5px;
										cursor: default;
										}
				#player_progress_load_bar.statechange_buffer {
										background: url("images/bufferAnim.gif")  0px 0px repeat-x;
										}
				#player_progress_play_bar {
										background-color: #917763; /* 8b725f */
										border-right: 1px solid #d4b093; /*  c99e7d  #b99478 */
										width:0px;
										height:5px;
										}









#player_volume_bar {
					position: absolute;
					left:34px;
					top:14px;
					background-color: #000;
					border: 1px solid #5a5a5a;
					width:63px;
					height:2px;
					padding: 1px;
					cursor: default;
					overflow: hidden;
					}
					
						#player_volume_bar_value {
												width:0px;
												height:2px;
												background-color: #8b725f;
												background: url("images/volume_barGrad.gif")  -10px 0px no-repeat;
												overflow: hidden;
												}
												




#player_playlist_message {
					position: absolute;
					left:0px;
					bottom:0px;
					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: 7px;
									color: #a79482; /* ccbeb1 */
									cursor: default;
									}
						
			#play_time {
									position: absolute;
									left:1px;
									top:10px;
									width: 30px;
									text-align: left;
									border: 0px solid #f00;
									}
									
						
			#total_time {
									position: absolute;
									left:102px;
									top:10px;
									width: 30px;
									text-align: right;
									border: 0px solid #f00;
									
									}

/* ________________________________________________________________ */

