	$(document).ready(function(){
		$('#i_specscroll').Horinaja({
          // capture point
          capture: 'i_specscroll',
          // panel transition time
          delai: 0.6,
          // time before transitioning to the next panel
          duree: 7,
          // left & right buttons
          leftright: true,
          // Distance from center for buttons
          distanceLR: 10,
          // Pagination menu
          pagination: false
         });
	});
