/* Z */
$(document).ready(function(){
	$('body#pack #pack_price p.add_to_cart a.exclusive').removeAttr('onclick').unbind('click').click(function(){
		var pId = $(this).attr('rel');
		ajaxCart.add(pId, $('#form_' + pId + ' select[name=ipa] option:selected').val(), false, null, 1, null, true);
	});
});
