$(function() {

	$('#billboard').cycle({ 
		timeout:	20000,
		prev:   '.prevBtn', 
		next:   '.nextBtn'
	});

});
