/************************************************************************************************************/
/* Artists Page Styling */
/************************************************************************************************************/

#artists {clear:both; margin: 10px 0px 0px 4px;}

/************************************************************************************************************/
/* Thumb Styling for Artist's Image */
/************************************************************************************************************/
.artistthumb
{
	float: left;
	margin: 2px;
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	overflow:hidden;
}

a.artistthumbBox
{
	display: block;
	width: 130px;
	height: 130px;
	background:url('../img/template/artists_block.png') no-repeat;	
	color: #FFF;
	position: relative;
}

.artistthumbBox span
{
	position: absolute;
	text-align: center;
}

a.artistthumbBox:hover {
	background-position: 0 -130px;
	text-decoration: none;
}
