$(document).ready( function(){
	
	/*var buttons = { 
		previous:$('#mSlider-arrow-left') ,
		next:$('#mSlider-arrow-right') 
	};*/
	$obj = $('#mainteaser').lofJSidernews( { 
		interval 		: 4000,
		easing			: 'easeInOutSine',
		duration		: 1200,
		direction		:'opacity',
		auto		 	: true,
		maxItemDisplay  : 8,
		startItem		: 0,
		navPosition     : 'horizontal', // horizontal
		navigatorHeight : 60,
		navigatorWidth  : 120,
		mainWidth		: 960,
		wapperSelector	: '#lof-main-wapper1'
		// buttons			: buttons
	});

});

