jQuery(document).ready(function($){
	var skus = [];
	$('.listItem').each(function(){
		skus[skus.length] = $(this).attr('id');
	});
	var img_width	= '110';
	var popup_width	= '490';
	bootstrap_custom_upholstery_tool(skus, img_width, popup_width);
});
