$(function() {
	$(".carousel").jCarouselLite({
		/*btnNext: ".next",*/
		/*btnPrev: ".prev",*/
		vertical: true,
		visible: 20,
		auto: 800,
		speed: 1000
	});
});

$(document).ready(function(){
	$('.cycle').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 3000, 
		pager:  '#nav_pager' 
	});
});
