@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;
}
