#page-body {
	overflow:hidden;
}

#player {
	width:100%;
	height:100%;
	left:-100%;
	position:relative;
	z-index:1;
}

#player-slider {
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
}

#wider {
	width:100%;
	padding-right:1px;
	height:10px;
}

#player-status {
	font-family:georgia,serif;
	text-transform:uppercase;
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
	z-index:3;
}

#player-status .href {
	text-decoration:underline;
	cursor:pointer;
}

#player-status .href:hover {
	color:blue;
}
