$(document).ready( function(){
		$obj = $('.lof-scroll').lofJSidernews( { interval : 4000,
												direction				: 'opacitys',	
											 	easing					: 'easeInOutExpo',
												duration					: 1200,
												auto		 				: true,
												maxItemDisplay  		: 10,
												navPosition     		: 'horizontal', // horizontal
												navigatorHeight 		: 10,
												navigatorWidth  		: 10,
												navigatorItemsMargin	: 4,
												turnAutoOffOnClick	: true,
												mainWidth		 		: 890} );						
		
		
});
