$(document).ready(function() {
	if( $("#IDX-showcaseWrapper-NewShowcaseShowName").length > 0 )
	{
		$("#IDX-showcaseWrapper-NewShowcaseShowName").removeAttr('style');
		$("#IDX-showcaseWrapper-NewShowcaseShowName").children().children().each(function() {
			$(this).children().removeAttr('style');
		});
	}
	if( $("#IDX-showcaseWrapper-Featured").length > 0 )
	{
		$("#IDX-showcaseWrapper-Featured").children().children().each(function() {
			$(this).children().attr({
				width: "25%"
			});
		});
	}
});
