$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
		$(".palencuhouse_tour_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#palencuhouse_tour_desc"});
		$("a[rel='palencuhouse_tour']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".pioneerchurch_tour_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#pioneerchurch_tour_desc"});
		$("a[rel='pioneerchurch_tour']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".pioneerchurch_banners01_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#pioneerchurch_tour_desc"});
		$("a[rel='pioneerchurch_banners01']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".stjohnchurch_tour_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#stjohnchurch_tour_desc"});
		$("a[rel='stjohnchurch_tour']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".cemetery_tour_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#cemetery_tour_desc"});
		$("a[rel='cemetery_tour']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".poho_restorationpics_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#poho_restorationpics_desc"});
		$("a[rel='palencuhouse_rest']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".peasantvern_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#peasantvern_desc"});
		$("a[rel='peasantvern']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".pioneerchurch_historicpics_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#peasantvern_desc"});
		$("a[rel='church_historicpics']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$(".otherattractions_desc").colorbox({width:"70%", height:"80%", inline:true, href:"#otherattractionsgal_desc"});
		$("a[rel='otherattractions']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		$("a[rel='church_frmarioncufuneral']").colorbox({transition:"fade", width:"70%", height:"90%"});
		$("a[rel='stjohnbaptist1920']").colorbox({transition:"fade", width:"70%", height:"90%"});
		$("a[rel='churchbellfry1929']").colorbox({transition:"fade", width:"70%", height:"90%"});
		$("a[rel='stjohnchurch_belfry']").colorbox({transition:"fade", width:"70%", height:"90%"});
		$("a[rel='cemetery_crossrest']").colorbox({transition:"fade", width:"70%", height:"90%"});
		
		
		$("a[rel='palencuhouse_cerem']").colorbox({transition:"fade", width:"75%", height:"80%"});
		$("a[rel='other_family']").colorbox({transition:"fade", width:"75%", height:"80%"});
		$("a[rel='palencuhouse_wedd']").colorbox({transition:"fade", width:"75%", height:"80%"});
		$("a[rel='palencuhouse_histother']").colorbox({transition:"fade", width:"70%", height:"90%"});
		$("a[rel='example4']").colorbox({slideshow:true});
		$(".single").colorbox({}, function(){
					alert('Howdy, this is an example callback.');
	});
				
		$(".colorbox").colorbox();
		$(".youtube").colorbox({iframe:true, width:650, height:550});
		$(".iframe").colorbox({width:"80%", height:"80%", iframe:true})
		$(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});
				
	//Example of preserving a JavaScript event for inline calls.
		$("#click").click(function(){ 	
		$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
		return false;
	});
});
