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