#player{
	width:480px;
	height:290px;
	position:relative;
	overflow:hidden;
}

#player #progress{
	position:absolute;
	z-index:15;
	bottom:10px;
	left:10px;
	width:100px;
	height:10px;
}

#player .slot{
	width:480px;
	height:290px;
	float:left;
	position:relative;
}

#player .slot img{
	position:absolute;
	top:0px;
	left:0px;
}

#player .slot img.active{
	z-index:10;
}

#player .slot img.last-active{
	z-index:10;
}