

if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 9){
 $(document).ready( function(){	
		 //$(".lof-navigator-wapper").css({display:'none'});
		 $(".lof-main-outer").css({height:'300px'});
		 setTimeout( function(){
		 $(".lof-navigator-wapper").css({display:'block'});
		 $(".lof-main-outer").css({height:'380px'});
		var buttons = { previous:$('.lof-previous') ,
		next:$('.lof-next') };
		$obj = $('#varea').lofJSidernews( { interval : 4000,
			direction:'opacitys',
			easing:'easeInOutExpo',
			duration:1200,
			auto: true,
			maxItemDisplay:4,
			navPosition:'horizontal', // horizontal
			navigatorHeight:70,
			navigatorWidth:208,
			mainWidth:950,
			buttons: buttons} );
		}, 1000);
	});
}else{
 $(document).ready( function(){	
		var buttons = { previous:$('.lof-previous') ,
		next:$('.lof-next') };
		$obj = $('#varea').lofJSidernews( { interval : 4000,
			direction:'opacitys',
			easing:'easeInOutExpo',
			duration:1200,
			auto: true,
			maxItemDisplay:4,
			navPosition:'horizontal', // horizontal
			navigatorHeight:70,
			navigatorWidth:208,
			mainWidth:950,
			buttons: buttons} );
	});
}




$(function(){
	$('div.banaBoxArea').biggerlink();
});
