﻿jQuery(document).ready(function () {


    jQuery(".peKenBurns").peKenburnsSlider();

    /*Newsletter Box*/
    jQuery(".newsletter").fancybox({
        'width': '75%',
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });

    /*Img Box*/
    jQuery(".imgbox").fancybox({
        'titleShow': false,
        'width': '50%',
        'height': '50%',
        'transitionIn': 'elastic',
        'transitionOut': 'elastic',
        'easingIn': 'easeOutBack',
        'easingOut': 'easeInBack',
        'type': 'iframe'

    });

    /*SAT Box*/
    jQuery(".satbox").fancybox({
        'titleShow': false,
        'width': 990,
        'height': 720,
        'transitionIn': 'elastic',
        'transitionOut': 'elastic',
        'easingIn': 'easeOutBack',
        'easingOut': 'easeInBack',
        'type': 'iframe'

    });

    /*GO Box*/
    jQuery(".gobox").fancybox({
        'titleShow': false,
        'width': 1020,
        'height': 720,
        'transitionIn': 'elastic',
        'transitionOut': 'elastic',
        'easingIn': 'easeOutBack',
        'easingOut': 'easeInBack',
        'type': 'iframe'

    });

    /*Google Maps
    jQuery(".googlemaps").fancybox({
        'width': '75%',
        'height': '75%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe'
    });*/
});
