jQuery(function($) {
	$('#publicity img').preload({
		onFinish:function(){
			if( colsPublicity > 3 )colsPublicity = 3;
			if( $("div#publicity ul li").length > 0 ) 
				$("div#publicity ul").fadeGallery({ marginLeft: 250, rows: 1, cols: colsPublicity });
		}
	});
});
