.album_view {
	width:465px;
	position:relative;
}

.song_view {
	height:100%;
	position:relative;
	width:400px;
}

.album_view .album_art, .song_view .album_art  {
	float:left;
	margin-right:15px;
}

.album_view .album_art img {
	height:190px;
	width:190px;
}

.song_view .album_art img {
	height:108px;
	width:108px;
}

.album_view .album_info, .song_view .song_info {
	float:left;
	width:250px;
}

.album_view .album_title, .song_view .song_title {
	margin-bottom:5px;
}

.album_view .album_title h2, .song_view .song_title h2 {
	font-size:16px;
}

.song_view .song_title h2 span {
	font-size:12px;
}

.song_view .song_share {
	position:absolute;
	right:0px;
	top:0px;
}

ol.songs, ol.songs li {
	list-style-type:decimal-leading-zero !important;
}


.album_details {
	clear:left;
	float:left;
	width:465px;
}

.description {
	margin-top:15px;
	text-align:justify;
}

.preview {
	margin-top:15px;
}

.stores {
	font-size:13px;
	margin-top:15px;
}

.album_view .stores {
	text-align:center;
}

.stores div {
	font-size:11px;
}

.stores a {
	font-weight:bold;
}

.lyrics {
	display:none;
	
	border-left:1px solid #000;
	float:right;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	padding-left:15px;
	width:400px;
}