$(document).ready(function() {
    $('#banner-rotate').cycle({
		fx: 'fade',
		timeout: 10000,
		prev:    '#prevbtn',
        next:    '#nextbtn',
        pause:   1
	});
	
	$('#theaterbanner').cycle({
		fx: 'fade',
		timeout: 6000,
        pause:   1
	});
});