@charset "utf-8";
/* CSS Document */
.albumlist {
	width: 309px;
	color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #5B0705;
	padding: 3px;
	cursor: pointer;
	margin-left:-1px;
}
.albumlist a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.albumlistpic {
	width: 80px;
	height: 60px;
	border: 1px solid #212121;
	background-position: center center;
}	
.albums a {
	color: #FFFFFF;
	text-decoration: none;
}

