/* _______JQUERY-JPLAYER with PLAY LIST ______________________ */

#jquery_jplayer,
#jquery_jplayer2 {	margin: 0px 0px 0px 0px; }

#player_container,
#player_container2 {	position: relative;
					width: 98%;
					top: 1px;
					border: 1px solid transparent; /* f4f1ec */
					cursor: default; }
	
#player_container  ul#player_controls,
#player_container2  ul#player_controls2 {
	list-style-type:none;
	padding:0px;
	margin: 0px; }
	
#player_container  ul#player_controls li,
#player_container2  ul#player_controls2 li {
	overflow:hidden;
	text-indent:-9999px;
	padding:0px;
	margin: 0px; }

#player_play, #player_play2,
#player_pause, #player_pause2 {	display: block;
				position: absolute;
				right: 0px;
				padding:0px;
				
				top: 13px;
				width:84px;
				height:80px;
				cursor: pointer; }
				
				#player_play, #player_play2 { background: url("images/playB.gif") 0px 0px no-repeat; }
				#player_play.jqjp_hover, #player_play2.jqjp_hover { background: url("images/playBH.gif") 0px 0px no-repeat; }
				
				#player_pause, #player_pause2 { background: url("images/pauseB.gif") 0px 0px no-repeat; }
				#player_pause.jqjp_hover, #player_pause2.jqjp_hover { background: url("images/pauseBH.gif") 0px 0px no-repeat; }


#player_progress,
#player_progress2 {
				position: relative;
				/* width:100%; */
				left: 10px;
				margin-right: 15px;
				width: auto;
				top:15px;
				height:7px;
				padding: 0px;
				cursor: pointer;
				}
				#player_progress_load_bar,
				#player_progress_load_bar2 {
										border-top: 1px dotted #5e4d40; /* a99e95 */
										width:0px;
										height:6px;
										}
				#player_progress_load_bar.jqjp_buffer,
				#player_progress_load_bar2.jqjp_buffer {
										background-color: #a0a600;
										height: 2px;
										}
				#player_progress_play_bar,
				#player_progress_play_bar2 {
										
										width:0px;
										margin-top: 1px;
										height:3px;
										border-top: 1px solid #645244;
										border-bottom: 1px solid #645244;
										background-color: #56473b; /* 745f4f c5b8ae */
										border-right: 0px solid #bbb;
										cursor: pointer;
										background: #56473b url("images/progress_grad.gif") right 0px repeat-y;
										}
										


#player_volume_bar,
#player_volume_bar2 {
					position: absolute;
					right: 4px;
					top:108px;
					
					border: 1px solid #181818;
					width:76px;
					height:2px;
					padding: 1px;
					cursor: pointer;
					overflow: hidden;
					}
					
						#player_volume_bar_value,
						#player_volume_bar_value2 {
												width:0px;
												height:2px;
												background-color: #8b725f;
												background: url("images/volume_barGrad.gif")  -10px 0px no-repeat;
												overflow: hidden;
												cursor: pointer;
												}
												

#play_time, #play_time2,
#total_time, #total_time2 {
									padding:2px;
									font-weight:normal;
									font-style:oblique;
									font-size: 10px;
									color: #595049; /* ccbeb1 */
									cursor: default;
									}
						
			#play_time, #play_time2 {
									position: absolute;
									right:95px;
									top:87px;
									width: 30px;
									text-align: right;
									
									}
									
						
			#total_time, #total_time2 {
									position: absolute;
									right:95px;
									top:101px;
									width: 30px;
									text-align: right;
									
									
									}


#playlist_list, #playlist2_list { width: 99.4%; font: normal normal 700 12px "trebuchet MS", sans-serif; }

				#playlist_list ul, #playlist2_list ul {
					list-style-type:none;
					padding: 5px 0px 0px 0px;
					margin: 22px 0px 0px 10px;
					background-color: transparent;
					border-top: 2px solid #222;
					border-bottom: 0px solid #222; }
				
					#playlist2_list ul { margin: 34px 0px 0px 10px; }
				
				#playlist_list li, #playlist2_list li{
					
					padding: 3px 0px 3px 13px;
					border-bottom:0px solid #cfc0b4;
					margin-bottom: 0px;
					color:#b88f6e; /* c86d47 eac6a4 e54b25 a79482 7b6959 */
					cursor: pointer;
				}
				
				#playlist_list li.playlist_current, #playlist2_list li.playlist_current{
					color:#fff;
					cursor: default;
					border-bottom:0px solid #cfc0b4;
					font-weight: 700;
					background: transparent url('images/blob1.gif') 1px 6px no-repeat;	
				}
				
				#playlist_list li.playlist_hover, #playlist2_list li.playlist_hover {
					color:#d7bba4; /* ec7e50 eac6a4 fb7655 ccaea1 */
					border-bottom:0px solid #cfc0b4;
					background: #181818 url('images/playergrad1.gif') 0px 0px repeat-y;
					
				}

/* ________________________________________________________________________________ */



		
#playersleeve {
				position: absolute;
				top: 0px;
				left: 14px;
				width: 271px;
				height: 130px;
				}
					
		
		


