$(document).ready(function() {
$('#banner').cycle({
	timeout: 10000,  // milliseconds between slide transitions (0 to disable auto advance) 
    speed:   900,  // speed of the transition (any valid fx speed value) 
    delay:   0,  // additional delay (in ms) for first transition (hint: can be negative) 
	});
	
$('.gallery a').fancybox({
	'titleShow': false
	});
	
})

