/* Author:

*/

jQuery(document).ready(function() {

/*
   $("a[rel=home_circle]").fancybox({
        'height'            : "100%",
        'width'             : 992,
        'type'              : 'inline',
        'autoDimensions'    : false,
        'autoScale'         : false,
        'scrolling'         : 'no',
        'transitionIn'      : 'fade',
        'transitionOut'     : 'fade',
        'titleShow'         : false,
        'opacity'           : true,
        'overlayOpacity'    : '0.3',
        'overlayColor'      : '#000'
    });
*/
   $("a#contact").fancybox({
        'height'            : "100%",
        'width'             : 992,
        'type'              : 'inline',
        'autoDimensions'    : false,
        'autoScale'         : false,
        'scrolling'         : 'auto',
        'transitionIn'      : 'fade',
        'transitionOut'     : 'fade',
        'titleShow'         : false,
        'opacity'           : true,
        'overlayOpacity'    : '0.3',
        'overlayColor'      : '#000',
        'margin'            : 0
    });

});






