﻿
if (!$.browser.msie) $.preloadCssImages();
$(".click_iframe").fancybox({ height: "90%", width: 710, type: "iframe" });


$("#thumb-gallery-group").cycle({
    fx: 'fade',
    sync: 1,
    speed: 'fast'
});

$(".click_flash").fancybox({ 'padding': 0,
    'autoScale': false,
    'transitionIn': 'none',
    'transitionOut': 'none',
    width: 768,
    height: 480
});

if ($("#FloorPlan .floorPlanDownload a").length) {
    $("#FloorPlan .floorPlanThumb").wrap($("#FloorPlan .floorPlanDownload a"));
}

$(".click_print").click(function() {
    window.print();
});

$(".rotatebonus").cycle(
	{
	    timeout: 5000,
	    speed: 300,
	    sync: 1
	});
