#music{
	width: 1800px;
	margin: 0 auto 10px;
	position: relative;
	font-family: 'News Cycle', Helvetica, arial, serif;
	background: rgba(0, 0, 0, 0.75);
}
.title{
	width: 100%;
	clear: both;
	overflow: hidden;
	border: 1px solid;
	padding: 0;
	height: 45px;
}
.title h2{
	width: 100%;
	height: 35px;
	margin-top: -2px;
	float: left;
	color: #fff;
	font-family: 'News Cycle', Helvetica, arial, serif;
	font-size: 24px;
	padding: 5px 5px 5px 10px;
	text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.9);
	text-align: left;
	background: rgba(0, 0, 0, 0.75);
	border-bottom: 3px solid rgba(20, 20, 20, 07);		
}
.player{
	position: relative;
	float: right;
	width: 45%;
	margin-top: -52px;
	margin-right: 15px;
}
.DiscList{
	width: 10%;
	margin-left: 9px;
	height: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #fff;
	overflow: hidden;
	float: left;
	background: rgba(0, 0, 0, 0.75);
	box-shadow: -2px 2px 3px rgba(20, 20, 20, 0.9);
	border-bottom-right-radius: 15px;
}
.disc{
	width: 100%;
	clear: both;
	margin-top: -28px;
}
.discImg{
	width: 100%;
	float: left;
	border: 3px solid #fff;
	box-shadow: -2px 2px 3px rgba(20, 20, 20, 0.9);
	margin: 10px 10px 10px -43px;
	clear: both;
	padding: 1px;
}
figcaption{
	clear: both;
	font-family: 'News Cycle', Helvetica, arial, serif;
	font-weight: 800;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.9);
	margin-left: -20px;
}
.controls{
	clear: both;
	margin-left: -30px;
	overflow: hidden;
}
.controls li{
	list-style-type: none;
	display: block;
	font-family: 'News Cycle', Helvetica, arial, serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	padding: 1px 10px;
}
.controls li a{
	text-decoration: none;
	font-family: 'News Cycle', Helvetica, arial, serif;
	font-size: 14px;
	font-weight: 500;
	color: #2BEAFF;
}
.controls li a:hover{
	color: yellow;
}