jQuery.noConflict();
(function($){
	$(document).ready(function(){
		if ($('.showstocklist.product')) {
			$('.product:nth-child(4n)').css({'marginRight' : '0'});
			$('.product:nth-child(4n)').after('<div class="clearfix"></div>');
		}
	});
})(jQuery);
