﻿
Cufon.replace(".pageHeader,.menu-container h1,.menu-container table tr td,.rightDvHeader,.tblMenu tr td a,.LinkTitleDv");

$(function () {
    //all content images
    var $containerimages = $('#dvContentIamges');

    $containerimages.imagesLoaded(function () {
        $containerimages.masonry({
            itemSelector: '.box',
            animate: true
        });
    });


    $(".gallery-image-content a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'slow', theme: 'light_square', slideshow: 2000, autoplay_slideshow: false });
});
