@CHARSET "ISO-8859-1";

body {
	padding: 0;
	margin: 0;
	background: #f72;
	font: 0.8em Verdana;
}

.artist {
	background: #ffb23a url('../medias/base/player_bg.png') no-repeat top left;
	width: 100%;
	height: 175px;
}

#title {
	position: absolute;
	left: 35px;
	top: 150px;
	line-height: 20px;
	color: #e44;
	font-weight: bold;
	height: 20px;
	width: 210px;
	overflow: hidden;
}

#jacket {
	position: absolute;
	left: 255px;
	top: 15px;
	height: 135px;
	padding: 5px;
	background: transparent url('../medias/base/bg_black_30.png') repeat;
}


.control {
	width: 100%;
	height: 56px;
}

.control .player {
	float: left;
	margin: 5px 25px;
	border: none;
	z-index: 1;
}

.control .flavour {
	float: left;
	position: relative;
}

.control .flavour .label {
	color: #fff;
}

.control .flavour .items {
}

.control .flavour a {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	
}

.control .flavour a img {
	border: 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.control .flavour a i {
	display: none;
	position: absolute;
	left: 70px;
	top: 0;
	white-space: nowrap;
	color: #000;
}

.control .flavour a:hover i {
	display: block;
}

.control .flavour a:hover img, 
.control .flavour a.selected img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



.control .volume {
	float: left;
	position: relative;
	margin-right: 20px;
}

.control .volume .label {
	color: #fff;
}

.control .volume .items {
}

.control .volume a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	
}

.control .volume a i {
	display: none;
	position: absolute;
	top: 0;
	white-space: nowrap;
	color: #000;
}



    	
.end {
	clear: both;
}


.author {
	margin: 200px 0;
	color: #f72;
}

.author:hover {
	color: #fc0;
}
    		
