$(document).ready(function(){

		$('#cycle ul').cycle({
			fx: 'fade'
		}); 

		$('a.expand').colorbox();

});
