$(document).ready(function(){
	$('#slideshow_container').cycle({
		fx: 'fade',
		timeout: 7000
	});
	$("#scroller").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 4
    });
});


