$(document).ready(function() {
    $('#banner')
	.cycle({
		fx: 'fade',
		speed: 500,
		timeout: 4000,
	});
	
    $('a.lightbox').lightBox();
});
