@charset "UTF-8";
/* CSS Document */


.artistP {
	width:122px;
	height:92px;
	position:relative;
	margin:0 0 20px 30px;
	_margin:0 10px;
	float:left;
}
.artistP .name {
	width:122px;
	background:#161613;
	height:15px;
	position:absolute;
	bottom:1px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-align:center;
	left: 0px;
}

.column400{
	width:400px;
	float:left;
}

.album{
	width:360px !important;
	border-bottom:dotted 1px #FFFF99;
	padding-bottom:5px;
	margin-right:5px !important;
}
.album a{ 
	font-weight:bold;
}