
// jQuery Functions

$(document).ready(function() {

	$('#testiSlide').jcarousel({
	    // Configuration goes here
	    scroll:	1
	});

});
