$(document).ready(function() {
    if (jQuery().colorbox)
    {
        $(".nfwContentModalImage").colorbox({
            photo: true,
            rel: 'nofollow',
            maxWidth: '95%',
            maxHeight: '95%',
            scalePhotos: true
        });

        $(".nfwContentModalAjax").colorbox({
            rel: 'nofollow',
            maxWidth: '95%',
            maxHeight: '95%'
        });

        $(".nfwContentModalInline").colorbox({
            inline: true,
            rel: 'nofollow',
            maxWidth: '95%',
            maxHeight: '95%'
        });
    }
});

