$(document).ready(function() {
	$('a.gallery').colorbox({opacity:0.8, close: 'close', rel:'group1'});
	
	$('.slideshow').cycle({
			fx: 'fade',
			timeout: 8000,
			speed: 2500
			 
		});
});
