$(document).ready(function() {

	$('#topbanner').cycle({
		fx: 'fade',
		speed: 500,
		timeout: 7500
	});

	$("a[rel='gallery']").colorbox();

});
