﻿$(document).ready(function () {
    $("a.main_property_photo, .property_photos a.colorbox_photo").attr("rel", "property_photos");
	$("a.colorbox_form").colorbox({ opacity: "0.75", width: "710px", height: "450px", iframe: true });
    $("a.colorbox_photo").colorbox({ opacity:"0.75", photo:true, maxHeight:"75%", maxWidth:"75%", scrolling:false });	
});
