$(document).ready( function(){	
		var buttons = { previous:$('#lofslidecontent45 .lof-previous') ,
						next:$('#lofslidecontent45 .lof-next') };
						
		$obj = $('#lofslidecontent45').lofJSidernews( { interval : 12000,
												direction		: 'opacity',	
											 	easing			: 'easeInOutQuad',
												duration		: 1200,
												auto		 	: true,
												maxItemDisplay  : 3,
												mainWidth		: 980,
												buttons			: buttons
												} );	
	});
