div.moduleFeatured
{
    border					: 1px solid #669acc;
    float                   : left;
    margin-bottom           : 10px;
}

div.moduleFeatured div.artists
{
    
}

div.moduleFeatured span.artist
{
	display					: block;

	float					: left;
	width					: 100px;
	height					: 120px;
	text-align				: center;
	
	margin-left				: 9px;
	margin-right			: 9px;
	
    _margin-left            : 6px;
	_margin-right           : 7px;

	font-size				: 11px;
	font-weight				: bold;

}

div.moduleFeatured span.artist span.imageWrap
{
	display					: block;
	width					: 77px;
	height					: 77px;
	
	margin-left				: auto;
	margin-right			: auto;	
	margin-bottom			: 3px;
	
	border					: 3px solid #669acc;
	background-color		: #000000;
	
	
	cursor					: pointer;
}

div.moduleFeatured span.artist span.ieFix
{
	_width					: 0; 
	_height					: 100%; 
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.moduleFeatured span.artist span.ieFix
{
	width					: 0; 
	height					: 100%; 
	display					: inline-block;
	vertical-align			: middle;
}

div.moduleFeatured span.artist span.image
{
	display					: table-cell;
	width					: 77px;
	height					: 77px;
	
	margin-left				: auto;
	margin-right			: auto;
		
	vertical-align			: middle;
	text-align				: center;
	
	_width					: 100%; 
	_height					: auto;
	_display				: inline-block;			
	_margin-top				: -2px;
	_margin-bottom 			: -3px;	
}

*:first-child+html div.moduleFeatured span.artist span.image
{
	width					: 100%; 
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;		
}

