$(document).ready(function(){

		if ($('.slideshow').length > 0) {
				$('.slideshow').cycle({
					fx: 'fade'
					//speed:  2500
				});
		}

		
		if ($("a[rel='gallery']").length > 0) {
				$("a[rel='gallery']").colorbox({transition:"elastic"});
		}	

		if ($(".boxed").length > 0) {
				$(".boxed").colorbox({width:"440px", height:"380px", iframe:true});
		}
		
		
		if ($(".boxed2").length > 0) {

				$(".boxed2").colorbox({width:"640px", height:"450px", iframe:true});
		}





//
});

