$j=jQuery.noConflict();
$j(function(){ //Ready Start
	var buttons;						
	$j('#slider').lofJSidernews( { 
			interval : 6000,
			direction		: 'opacitys',	
		 	easing			: 'easeInOutExpo',
			duration		: 1200,
			auto		 	: true,
			maxItemDisplay  : 4,
			navPosition     : 'horizontal', // horizontal
			navigatorHeight : 45,
			navigatorWidth  : 135,
			mainWidth:960,
			buttons			: buttons
	});	

});
