 $(document).ready( function(){	
		var buttons = { previous:$('#slideContents .previous') ,
						next:$('#slideContents .next') };
						
		$obj = $('#slideContents').lofJSidernews( { interval : 6000,
												direction		: 'opacity',	
											 	easing			: 'easeInOutSine',
												duration		: 1000,
												auto		 	: true,
												maxItemDisplay  : 4,
												navPosition     : 'vertical', // horizontal
												navigatorHeight : 65,/*navi list height*/
												navigatorWidth  : 141,/*navi width*/
												mainWidth:780,
												buttons			: buttons} );	
	});
