.artist_catBg {
	background: url(images/cat_bg.jpg) no-repeat top left #f3f8f9;
	height: 590px;
}
.artist_catBg.artCategories {
  background:none;
  height: auto;
}

.artist_catBg .art_cat {
	font-size:0;
   
}

.artist_catBg .art_cat li {   
    font-weight: 600;
  
    max-width: 300px;    
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	display: inline-block;
}
.art_cat li a {
    color: #ffffff;
	display:block;
	padding: 30px 0;
	font-size: 16px;
	 margin: 0 10px 10px 0;
	 border-radius: 2px;
}



.artist_catBg .art_cat li .imgbox {
	height: 60px;
}
.art_cat .imgbox img{width:auto;height: auto;}

.artist_catBg .border_btn {
	margin-top: 30px;
}
.artist_catBg .art_cat a.turquoiseBg:hover {background-color:#0cabb5;}
.artist_catBg .art_cat a.lightgreenBg:hover {background-color:#90b131;}
.artist_catBg .art_cat a.yellowBg:hover {background-color:#cfad00;}
.artist_catBg .art_cat a.lightredBg:hover {background-color:#cf3534;}
.artist_catBg .art_cat a.blueBg:hover {background-color:#1b78c6;}
.artist_catBg .art_cat a.darkorngBg:hover {background-color:#cf640e;}

