$(function() {
	$('#promobox').jCarouselLite({
		auto: 7000,
		speed: 1000,
		btnNext: '#r_arrow > a:first',
		btnPrev: '#l_arrow > a:first',
		mouseWheel: true
	});
});

