$(function() {
	$(".portfolio-slideshows").jCarouselLite({
		btnNext: "#next",
		btnPrev: "#prev",
		circular: true,
		visible: 1,
		easing: "easeOutExpo",
		speed: 1000,
		scroll: 1,
		auto: 3000
	});
	
	$('.button').button();
});
