/* _______JQUERY-JPLAYER with PLAY LIST ______________________ */

#jquery_jplayer {	margin: 160px 0px 0px 410px; }

#player_container {
	position: relative;
	width:480px;
	height:100px;
	border: 1px solid #f4f1ec; /* f4f1ec */
	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;
					right: 0px;
					top:19px;
					width:39px;
					height:60px;
					cursor: pointer;
					}
				
				#player_play {
					background: url("images/playSM.gif") 0px 0px no-repeat;
					}
				
				#player_play.jqjp_hover {
					background: url("images/playSMH.gif") 0px 0px no-repeat;
					}
				
				
				
				#player_pause {
					
					background: url("images/pauseSM.gif") 0px 0px no-repeat;
					
					}
				
				#player_pause.jqjp_hover {
					background: url("images/pauseSMH.gif") 0px 0px no-repeat;
					}

#ctrl_prev {
	position: absolute;
	right: 90px;
	top:50px;
	background: url("images/playerspritesff3.gif") -7px -19px no-repeat;
	width:10px;
	height:9px;
	border: 0px solid #000;
	cursor: default;
}

#ctrl_prev:hover {
	background: url("images/playerspritesff3.gif") -7px -2px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/playerspritesff3.gif") -7px -37px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	right: 72px;
	top:50px;
	background: url("images/playerspritesff3.gif") -20px -19px no-repeat;
	width:10px;
	height:9px;
	border: 0px solid #000;
	cursor: default;
}

#ctrl_next:hover {
	background: url("images/playerspritesff3.gif") -20px -2px no-repeat;
}

#ctrl_next.disabled {
	background: url("images/playerspritesff3.gif") -20px -37px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:26px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}



#player_progress {
				position: absolute;
				width:100%;
				top:2px;
				height:8px;
				
				padding: 0px;
				cursor: default;
				}
				#player_progress_load_bar {
										border-top: 1px solid #a99e95; /* a99e95 */
										width:0px;
										height:6px;
										cursor: default;
										}
				#player_progress_load_bar.jqjp_buffer {
										background-color: #a0a600;
										height: 2px;
										}
				#player_progress_play_bar {
										
										width:0px;
										margin-top: 1px;
										height:3px;
										border-top: 1px solid #cbb;
										border-bottom: 1px solid #aa9f96;
										background-color: #c5b8ae; /* c5b8ae */
										border-right: 0px solid #bbb;
										}
										


#player_volume_bar {
					position: absolute;
					right:72px;
					top:65px;
					
					border: 1px solid #c5b8ae;
					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_volume_min {
	position: absolute;
	left:296px;
	top:32px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:32px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("images/spirites.jpg") -19px -186px no-repeat;
}















#play_time,
#total_time {
									padding:2px;
									font-weight:normal;
									font-style:oblique;
									font-size: 10px;
									color: #595049; /* ccbeb1 */
									cursor: default;
									}
						
			#play_time {
									position: absolute;
									right:70px;
									top:17px;
									width: 30px;
									text-align: right;
									
									}
									
						
			#total_time {
									position: absolute;
									right:70px;
									top:29px;
									width: 30px;
									text-align: right;
									
									
									}







/*
#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:49px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

*/


#playlist_list {
	
	width: 240px;
	font: normal normal 700 10px "trebuchet MS", sans-serif;
}

				#playlist_list ul{
					list-style-type:none;
					padding: 0px 0px 0px 0px;
					margin: 17px 0px 0px 0px;
					background-color: transparent;
					border: 0px solid #555;
					border-top: none;
					
					font-size: 11px;
				}
				
				#playlist_list li{
					padding: 1px 0px 1px 16px;
					border-bottom:0px solid #cfc0b4;
					margin-bottom: 2px;
					color:#b8aba0; /* a79482 7b6959 */
					cursor: pointer;
				}
				
				#playlist_list li.playlist_current{
					color:#777;
					cursor: default;
					border-bottom:0px solid #cfc0b4;
					font-weight: 700;
					background: url("images/trackhov.gif") 1px 4px no-repeat;	
				}
				
				#playlist_list li.playlist_hover {
					color:#b8aba0; /* ccaea1 */
					border-bottom:0px solid #cfc0b4;
					background: #f4f1ec url('images/playergrad1.gif') 0px 0px repeat-y;
					
				}

/* ________________________________________________________________________________ */


#dload1 {
		position: absolute;
		right: 0px;
		top: 49px;
		width: 98px;
		height: 21px;
		background-color:#000;
		border-top:1px solid #3b3b3b;
		border-bottom:0px solid #3b3b3b;
		}
		
		
		#dload1:hover, #dload2:hover, #dload3:hover {
					color:#907e6d;
					border-top:1px solid #444;
					border-bottom:0px solid #444;
					background-color:#0f0f0f;
					}
		
#dload2 {
		position: absolute;
		right: 0px;
		top: 73px;
		width: 98px;
		height: 21px;
		background-color:#000;
		border-top:1px solid #3b3b3b;
		border-bottom:0px solid #3b3b3b;
		}
		
		
#dload3 {
		position: absolute;
		right: 0px;
		top: 97px;
		width: 98px;
		height: 21px;
		background-color:#000;
		border-top:1px solid #3b3b3b;
		border-bottom:0px solid #3b3b3b;
		}
		
		
#playersleeve {
				position: absolute;
				top: 0px;
				left: 14px;
				width: 271px;
				height: 130px;
				}
					
		
		


