$(document).ready( function(){	
		var buttons = { previous:$('#lofslidecontent45 .lof-previous') ,
						next:$('#lofslidecontent45 .lof-next') };
						
		$obj = $('#lofslidecontent45').lofJSidernews( { interval : 6000,
												direction		: 'opacitys',	
											 	easing			: 'easeInOutExpo',
												duration		: 1200,
												auto		 	: true,
												maxItemDisplay  : 7,
												navPosition     : 'horizontal', // horizontal
												navigatorHeight : 46,
												navigatorWidth  : 77,
												mainWidth		:530,
												buttons			: null} );	
	
		$().newsTicker({
			newsList: "#ticker",
			startDelay: 10,
			placeHolder1: "",
			placeHolder2: "",
			ownControls: true
		});
	
	});
