 $(document).ready( function(){	

		// buttons for next and previous item						 

		var buttons = { previous:$('#jslidernews1 .button-previous') ,

						next:$('#jslidernews1 .button-next') };			

		 $('#jslidernews1').lofJSidernews( { interval : 5000,

											direction		: 'opacitys',	

											easing			: 'easeInOutExpo',

											duration		: 1000,

											auto		 	: true,

											maxItemDisplay  : 4,

											navPosition     : 'horizontal', // horizontal

											navigatorHeight : 32,

											navigatorWidth  : 80,

											mainWidth		: 765,

											buttons			: buttons } );	

	});
