/**
 * @author romito
 */

$(function() {
    $("#gallery_slide").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
  		scroll: 5,
   	 	visible: 5,
    	start: 0,
    	circular: true
    });
});
