$(document).ready(function() {
///////////////////////////////////////////////////////////////////////////

	$('.slideshow_0').cycle({
		fx: "fade"
	}); 

	$('.slideshow_1').cycle({
		fx: "all",
		delay: 5000
	});

///////////////////////////////////////////////////////////////////////////

	$('.linkBox').colorbox({width:"80%", height:"80%", iframe:true, title:document.title});

///////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////
 });
