$(function(){
	
	$('#slideshow').jcarousel({
        auto: 5,
		animation: 1500,
		scroll: 1,
        wrap: 'both'
    });
	
	$('.project_slider').jcarousel({
        auto: 5,
		animation: 1500,
        wrap: 'both',
        scroll: 1,
		buttonNextHTML: '<span></span>',
		buttonPrevHTML: '<span></span>'
    });

});

