/* CSS Document */

.ttw-music-player {
	width:100% !important;
	height:100%}
.player {
	width:30% !important;
	height:400px !important;
	margin-left:0 !important;
	position:relative;}
	
.player .title{
	width:100% !important;}

.track-info{
	width:100% !important;
	margin:0 !important;
	float:none !important}

.player-controls{
	width:100% !important;
	margin:0 !important;
	float:none !important}
	
.progress-wrapper{
	width:70% !important;
	float:left !important}

.tracklist {
overflow:auto;
height:400px !important;
width:70% !important;
float:right; 
}

.title{
	width:50% !important;}

.duration{
	right: 160px !important;}

.tracklist li {
	width:100% !important;
}

.buy {
	margin: 0 20px 0 10px !important;
}

/** Album Cover **/
.ttw-music-player .album-cover {
    /*position:absolute;
	top:100px;*/
    height: 200px;
    width: 200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.ttw-music-player .album-cover img {
	width: 95%;
	max-height:280px;
	border-radius: 10px 10px 50px 10px; 
-moz-border-radius: 10px 10px 50px 10px; 
-webkit-border-radius: 10px 10px 50px 10px; 
border: 3px solid #333;
}