	 jQuery().ready(function(){
	 $("#fInfoContainer").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 easing:"easeinout",
	 speed:650,
	 visible:1
    });
	 
	 $("#fImageContainer").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 easing:"easeinout",
	 speed:600,
	 vertical:true,
	 visible:1
    });
	 
	//tab code here
	$(function() {
	$('#tabsPopular').tabs();	
	$('#tabsRecent').tabs();	
	});
	
});
	
	

	
