#conteudo .intro {
	float:left;
	width:450px;
	text-align:right;
	letter-spacing:1px;
	margin-top:5px;
}
#artistas {
	display:inline;
	float:right;
	width:450px;
	margin-bottom:50px;
	margin-top:20px;
}
#artistas li {
	display:inline;
	float:left;
	margin:0px 0px 30px 5px;
}
#artistas a {
	text-decoration:none;
	color:#808284;
	float:left;
}
#artistas a img {
	border:2px solid #CBC8B9;
	padding:2px;
	background-color:#FFF;
}
#artistas a:hover { color:#9C9182; }
#artistas a:hover img { border-color:#9C9182; }