div.featured
{
	_width					: 748px;
}

*:first-child+html div.featured
{
   	width					: 746px;

	margin-top				: 10px;
}

div.featured span.artist
{
	display					: block;
	float					: left;
	width					: 100px;
	height					: 130px;
	text-align				: center;
	
	margin-left				: 12px;
	margin-right			: 12px;	
	
	_margin-left : 9px;
	_margin-right : 10px;
}

div.featured span.artist span.imageWrap
{
	display					: block;
	width					: 100px;
	height					: 100px;
	
	margin-left				: auto;
	margin-right			: auto;	
	
	border					: 1px solid #93C0EE;
	
	cursor					: pointer;
}

div.featured span.artist span.ieFix
{
	_width					: 0; 
	_height					: 100%; 
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.featured span.artist span.ieFix
{
	width					: 0; 
	height					: 100%; 
	display					: inline-block;
	vertical-align			: middle;
}

div.featured span.artist span.image
{
	display					: table-cell;
	width					: 100px;
	height					: 100px;
	
	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.featured span.artist span.image
{
	width					: 100%; 
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;		
}
