$(function(){
 
   jQuery('.sfeer_carousel').jcarousel({
    	scroll: 2,
		visible: 3,
		wrap: 'circular'
   });
 
});
