	 jQuery().ready(function(){
	 $("#fInfoContainer").jCarouselLite({
	 easing:"easeinout",
	 speed:1000,
     auto: 8000,
vertical: 1,
	 visible:1
    });
	 
	 $("#fImageContainer").jCarouselLite({
	 easing:"easeinout",
	 speed:1000,
     auto: 8000,
vertical: 1,
	 visible:1
    });
	 
	//tab code here
	$(function() {
	$('#tabsPopular').tabs();	
	$('#tabsRecent').tabs();	
	});
	
});
	
