jQuery(function($) {
	$("div#banner ul").css('visibility' , 'visible');
	$("div#banner ul").fadeGallery({ marginLeft: 20, marginTop: 20, rows: 1, cols: 3, randomPos: false });

});

