#cd_1 {
	display: inline-table;
    margin: 20px auto;
	padding: 10px 15px 10px 10px;
	background-color: #000;
	color: #FFF;
	border-radius: 8px;
	font-family: arial;
	/*font-weight: bold;*/
	line-height: 18px;
	font-size: 14px;
}
#cd_1 a {
    display: inline-block;
    color:#ddd;    
    width:400px;        
}
#cd_1 #playlist {
    margin-top: 0;
}
#cd_1 #playlist li {
    padding-right:5px;
}
#cd_1 #playlist li:hover {
    background-color: #111;
    padding-right:5px;
}
#cd_1 #playlist li a {
    display: inline-block;
    color: #777;
    padding: 5px;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #000;
}
#cd_1 #playlist .current-song a {
    color:#fff;
    border-bottom: 1px solid #4ca0ff !important;
}
#cd_1 ol {
    display:inline; float:left;
}
#cd_1 div {
    display:inline; float:left;
}
#cd_1 img {
	width: 400px;
	height: 400px;
}
#cd_1 audio {
    margin-top:-4px;
    width: 400px;
}