$(document).ready(function() {
    $('#banner').cycle({
    	fx:    'fade'
	});
	Shadowbox.init();
});
