jQuery(document).ready(function($){
	var skus = [];
	$('.mcPadding.customizer').each(function(){
		skus[skus.length] = $(this).attr('id');
	});
	var img_width	= '432';
	var popup_width	= '790';
	bootstrap_custom_upholstery_tool(skus, img_width, popup_width);

	var banner_top_right	= $('.descriptionArea-2');
	var callback_function	= function(){ $('#additional_suggestions').css('margin-top','15px').find('.additional_related_item').css('margin-top','10px'); };
	additional_related_categories('additional_suggestions', { "default_css_width":"auto", "container_parent":banner_top_right, "description_element":banner_top_right.find('h2:first'), "callback_function":callback_function });
});
