/* listen CSS */

.titleListen {
	background-image: url(../images/listen.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 50px;
}
.albumArt img {
	width: 300px;
}
.album {
	padding-bottom: 2em;
	height: 320px;
	background-position: left;
}
.albumArt {
	float: left;
	width: 300px;
}
.albumTracks {
	float: right;
	width: 275px;
}
.album li {
	padding-bottom: .5em;
}
