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