	 jQuery().ready(function(){
	 $("#fInfoContainer").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 auto:".go",
	 easing:"easeout",
	 speed:500,
	 visible:1
    });
	 
	 $("#fImageContainer").jCarouselLite({
     btnNext: ".next",
     btnPrev: ".prev",
	 auto:".go",
	 easing:"easeout",
	 speed:500,
	 vertical:true,
	 visible:1
    });
	 
 
});
	
	

	
