$(document).ready(function() {
		// jCycle
		$('.slideshow').cycle({
			fx: 'fade',
			timeout: 8000
		});
		
		// color box
		$(".iframe").colorbox({iframe:true, innerWidth:640, innerHeight:480});
		$(".ngg-gallery-thumbnail a").colorbox({maxWidth: "80%", maxHeight:"80%", rel: "group1"});
	});
