$(document).ready(function() {
    $('#banner-rotation').cycle({
		fx: 'fade',
		timeout: 7000,
		prev: '#prev-arrow',
		next: '#next-arrow'
	});
});
