$(function(){	 


	$("a[rel='photogallery']").colorbox({slideshow:true, slideshowSpeed:'3500'});
	$("a[rel='amenities']").colorbox();
  $("a[rel='cbox_gallery']").colorbox();
  $("a[rel='floorplans']").colorbox();
  $("a[rel='floorplans_image']").colorbox();
  $("a[rel='gallery_amenities']").colorbox();
	$(".colorbox").colorbox();
	
  $("#gallery_img:first").css("display", "block");
  $("a#photo_img:first").css("display", "block");
  
  $(".container-floorplans h2:last").html("Townhomes");
  
});
