@charset "UTF-8";
/* CSS Document */
.listing {
	text-align:center;
	margin:10px 0px;
	float:left;
}
.desc {
	text-align:left;
	float:left;
	margin-left:15px;
	width:300px;
}
.title {
	font-weight:bold;
	color:#007eff;
}
.listing a {
	float:left;
	width:100px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	border:#FFFFFF 5px solid;
}
.listing a:hover {
	border:#007eff 5px solid;
}
.zoom {
	position:absolute;
	bottom:0px;
	left:0px;
}

ul.artists li{
	list-style:none;
	padding:10px;
	color:#000000;
	border-bottom:thin solid black;
	font-size:1.4em;
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

ul.artists li a {
	color:#000000;
	text-decoration:none;
}
.artist {
	color:#000;
	font-size:1.5em;
	margin-bottom:10px;
	position:relative;
}
.artist span {
	color:#9ab2dc;
	position:absolute;	
	top:-3px;
	left:-3px;
}

