	$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='urlSlideshow']").colorbox({photo: true, slideshow:true, slideshowSpeed:6000});
	$("a[rel='urlSlideshowPage']").colorbox({iframe: true, width:770, height:630, scrolling: false});
 $("a[rel='urlFloorplanImage']").colorbox({photo: true});
	$("a[rel='urlFloorplan']").colorbox({iframe: true, width:770, height:630});
	$("a[rel='urlPDFFloorplan']").colorbox({iframe: true, width:"75%", height:"75%"});
	$("a[rel='urlEmailFriend']").colorbox({iframe: true, width:610, height:380, scrolling: false});
	$("a[rel='urlEmailAgent']").colorbox({iframe: true, width:610, height:380, scrolling: false});
	$("a[rel='urlEmailContract']").colorbox({iframe: true, width:610, height:380, scrolling:false});
	$("a[rel='urlBrochure']").colorbox({iframe: true, width:700, height:550});
	$("a[rel='urlPDFBrochure']").colorbox({iframe: true, width:"75%", height:"75%"});
	$("a[rel='urlMap']").colorbox({iframe: true, width:590, height:410, scrolling: false});
	$("a[rel='urlStreetMap']").colorbox({iframe: true, width:590, height:410, scrolling: false});
	$("a[rel='urlVirtualTours']").colorbox({iframe: true, width:"75%", height:"75%"});
 $(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});
	$('#start').click(function(){ 
  		$("a[rel='urlSlideshow']").colorbox({slideshow:true, open:true}); 
		return false; 	  						  
	}); 
	$('#startSlideshow').click(function(){ 
  		$("a[rel='urlSlideshow']").colorbox({slideshow:true, open:true}); 
		return false; 	  						  
	}); 
});
