$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='showcase']").colorbox();
	$("a[rel='floorplan']").colorbox();
	$("a[rel='floorplanthumb']").colorbox();
	$(".christmasmsg").colorbox({width:"655", height:"516", iframe:true, scrolling:false});
	$(".christmasopening").colorbox({width:"655", height:"352", iframe:true, scrolling:false});
	$(".ehouserotation").colorbox({width:"827", height:"690", iframe:true, scrolling:false});
	
});
