.pl{background:url('../img1/background.png') 0 0 repeat;}

	.pl .ui-slider-handle{width:1px; height:1px; position:absolute; z-index:200; outline:none;}

	.player{font-family:'Arial'; color:#4663F8; position:relative; width:350px; margin:20px auto 20px; box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.5); height:90px; border:1px solid #000; border-radius:3px; background:url('../img1/bg.png') 0 0 repeat;}
	
		.player .toolbar{position:absolute; width:100px; height:44px; right:0; top:0; background:url('../img1/line_tb.png') 0 0 no-repeat;}
			.player .toolbar .tlb_prev{position:absolute; width:24px; height:37px; left:11px; top:4px; background:url('../img1/btns.png') 0 0 no-repeat; cursor:pointer;}
			.player .toolbar .tlb_stop{position:absolute; width:32px; height:37px; left:35px; top:4px; background:url('../img1/btns.png') -81px 0 no-repeat; cursor:pointer;}
			.player .toolbar .tlb_stop.isplay{background-position:-24px 0;}
			.player .toolbar .tlb_next{position:absolute; width:25px; height:37px; left:67px; top:4px; background:url('../img1/btns.png') -56px 0 no-repeat; cursor:pointer;}
			
		.player .long{position:absolute; left:197px; top:56px; width:auto; right:66px; height:25px; background:url('../img1/long_bg.png') 0 0 repeat-x; border-radius:5px;}
			.player .long .ui-widget-header{background:url('../img1/long_polz.png') repeat-x 0 0; border:1px solid #984D71; height:17px; top:3px; max-width:80px; margin:0 3px; position:absolute; border-radius:2px;}
		.player .current{position:absolute; left:122px; top:61px; font-size:11px; color:#871075;}
		.player .all{position:absolute; left:150px; top:61px; font-size:11px; color:#275CE2;}
			
		.player .cover{position:absolute; width:76px; height:76px; left:5px; top:5px; border:1px solid #000;}
		.player .author{position:absolute; left:10px; top:7px; font-size:12px; color:#871075; background:url('../img1/face.png') 0 0 no-repeat; padding-left:15px;}
		.player .title{position:absolute; left:10px; top:26px; font-size:12px; color:#275CE2; background:url('../img1/note.png') 0 1px no-repeat; padding-left:15px;}

		.while_icon{position:absolute; top:55px; right:240px; width:99px; height:27px; background:url('../img1/while.png');}	

		.rand{position:absolute; top:9px; right:155px; width:16px; height:13px; background:url('../img1/rand.png') 0 0 no-repeat; cursor:pointer; opacity:0.5;}
		.rand.active{opacity:1;}
		.line{position:absolute; top:10px; right:183px; width:2px; height:25px; background:url('../img1/line.png') 0 0 no-repeat;}
		.pl_icon{position:absolute; top:6px; right:115px; width:31px; height:19px; background:url('../img1/pl_ico.png') 0 0 no-repeat; cursor:pointer;}
			.pl_icon.active{background-image:url('../img1/pl_ico_a.png');}
			
		.vol_icon{position:absolute; top:56px; right:17px; width:35px; height:21px; background:url('../img1/volume.png');}
			
		
		.playlist{background:url('../img1/bg.png') 0 0 repeat; height:222px; overflow-y:auto; position:absolute; width:auto; bottom:-226px; border-radius:3px; left:0; right:0;}
			.playlist span{display:block; background:url('../img1/pl_bg.png') repeat-x 0 0; line-height:22px; height:22px; cursor:pointer; font-size:13px; padding:0 6px;}
			.playlist span:hover{color:#0B2FE1;}
			.playlist span.active{color:#fff;}
			.playlist span.active{background-image:url('../img1/pl_a_bg.png');}