/*----------------------------------------

clear fix

-------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}


#artistList{
	margin: 10px 0;
}
#artistList ul{
	list-style: decimal outside;
	margin:4px 0 6px 0;
	padding:0 0 0 0px;
	text-align:center;
}
#artistList li a{
	float:left;
	display: block;
	width:160px;
	height:160px;
	margin:2px 10px 8px 0px;
	padding: 5px 5px 30px 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	text-transform: lowercase;
	background: no-repeat scroll center center;	
	background-color:#FFFFFF;
}
#artistList li a:hover{
	background-color: #BFB477;
	color: #fff;
	border: 1px solid #9F9459;
}
#artistList  li{
	display:inline;
}
.artistName{
	display: block;
	margin-top: 3px;
}