.quickPlate{margin:0 auto;}
.demo {position: fixed;bottom: 0; left: 0; right: 0;height: 130px; 
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%,rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
/*plate styles*/
.plate{overflow:hidden; font-family:Arial, serif;position:fixed;bottom:0px;left:30px;left:0;right:0;width: auto !important;padding: 0 5px;height: 40px}
	.plate .clr{clear:both;}
	.plate .album{display:none !important;height:320px; width:232px; margin:0 auto; padding:0; position:relative;float:left;}
		.plate .album img.cover{height:220px; width:220px; display:block; margin:0; padding:6px; position:absolute; top:0; left:0; background:url('../img/plate_album.png') 0 0 no-repeat; z-index:4;display:none;}
		.plate .album .glass{height:217px; display:block; margin:0; position:absolute; top:8px; right:80px; left:8px; background:url('../img/plate_album.png') right -232px no-repeat; z-index:3;display:none;}
		.plate .album .record{height:213px; width:213px; display:block; position:absolute; top:10px; right:6px; background:url('../img/plate_album.png') right -449px no-repeat; z-index:1;display:none;}
		.plate .album .record_light{height:213px; cursor:n-resize; width:213px; display:block; position:absolute; top:10px; right:6px; background:url('../img/plate_album.png') right -662px no-repeat; z-index:2;display:none;}
		.plate .album .playlist{height:300px; width:400px; padding:4px; position:absolute; top:0; left:0; z-index:4; overflow:hidden; background:rgba(0, 0, 0, 0.7); overflow-y: auto;}
		.plate .album .playlist .track{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#fff; font-size:12px; cursor:pointer; margin:3px 3px; padding:0 5px; border-bottom:1px dotted rgba(0, 0, 0);}
			.plate .album .playlist .track.active{color:#4e768a;}
			.plate .album .playlist .track:hover{opacity:0.7;}


	.plate .progress{height:5px;background:#000; position:absolute; z-index:1;bottom: 0; left: 0;right: 0}
		.plate .progress .bufer{background:#000; top:0; left:0; right:0; opacity:0.5; height:5px; position:absolute; width:auto; z-index:2;}
		.plate .progress .ui-widget-header{background:#ffc536; top:2px; height:5px; position:absolute; padding:0 6px 0 0; left:-3px; right:-3px; z-index:3; min-width:4px;}

	.plate .time{color:#777; font-size:12px; line-height:16px; text-shadow:0 1px 2px #000; cursor:pointer; position: absolute; top: 0px; right: 130px}
		.plate .time b{color:#fff; font-size:12px; font-weight:bold;}

	.plate .control{position: absolute; top: 0px; left: 12px;}
		.plate .control .prev{width:21px; height:11px; margin:3px 0 1px; display:block; float:left; background:url('../img/plate_control.png') 0 0 no-repeat; cursor:pointer;}
		.plate .control .next{width:21px; height:11px; margin:3px 0 1px; display:block; float:left; background:url('../img/plate_control.png') 0 -11px no-repeat; cursor:pointer;}
		.plate .control .play{width:21px; height:15px; margin:0 5px; display:block; float:left; background:url('../img/plate_control.png') 0 -37px no-repeat; cursor:pointer;}
			.plate .control .play.pause{background-position:0 -22px;}
		.plate .control .repeat{width:14px; height:15px; margin:0 5px 0 40px; display:block; float:left; background:url('../img/plate_control.png') 0 -52px no-repeat; opacity:0.3; cursor:pointer;}
			.plate .control .repeat.all{opacity:0.9;}
			.plate .control .repeat.one{background-position:0 -82px; opacity:0.9;}
		.plate .control .random{width:17px; height:15px; margin:0 5px; display:block; float:left; background:url('../img/plate_control.png') 0 -67px no-repeat; opacity:0.3; cursor:pointer;}
			.plate .control .random.active{opacity:0.9;}
		.plate .control .speed{width:25px; height:10px; text-shadow:0 1px 2px #000; box-shadow:0 1px 2px #000; margin:0 5px; border:2px solid #ccc; border-radius:4px; text-align:center; color:#fff; font-weight:bold; line-height:9px; font-size:9px; display:block; float:left; opacity:0.3; cursor:pointer;}
			.plate .control .speed.active{opacity:0.9;}
		.plate .control .random, .plate .control .speed, .plate .control .repeat {display: none;}

	.plate .info{color:#777; font-size:13px; line-height:16px; text-shadow:0 1px 2px #000; position: absolute; left: 100px; top: 0px}
		.plate .info b{color:#fff; font-size:20px; font-weight:normal; display:block; margin-bottom:5px;  white-space: nowrap; overflow: hidden;text-overflow: ellipsis;display:block;width:650px;height:20px;}
		.plate .info div {display: none}
	.plate .pl_btn{display:none;margin:7px 6px -15px 5px; text-align:right; font-weight:bold; border-bottom:1px dashed; font-size:60%; opacity:0.5; float:right; cursor:pointer; clear:right; color:#ccc; text-shadow: 0 1px 2px #000;}
		.plate .pl_btn.active{opacity:1;}
	.plate .volume{height:7px; width:80px; margin:5px 6px 0 0; float:right; background:url('../img/plate_volume.png') 0 0 no-repeat; position:relative; z-index:1;}
		.plate .volume:before{display:block; height:14px; top:-3px; position:absolute; left:-25px; width:18px; background:url('../img/plate_volume.png') 0 -14px no-repeat; content:''; z-index:1;}
		.plate .volume .ui-widget-header{background:url('../img/plate_volume.png') 0 -7px no-repeat; height:7px; position:absolute; z-index:2;}
		.plate .volume .ui-slider-handle{background:url('../img/plate_volume.png') -18px -14px repeat-x; width:12px; top:-3px; margin-left:-6px; outline:none; height:12px; display:block; position:absolute; z-index:3;}
