jQuery(document).ready(function(){
        jQuery(".derection").fancybox({'padding':1, 'type':'iframe','width':600,'height':700,'transitionIn' : 'fade','transitionOut' : 'fade','speedIn' : 600,'speedOut' : 200, overlayColor:'black', 'overlayShow' : true, overlayOpacity: 0.5});
        jQuery(".careers-button").fancybox({'padding':1, 'type':'iframe', 'width':1024,'height':2048, 'transitionIn' : 'fade','transitionOut' : 'fade','speedIn' : 600,'speedOut' : 200, overlayColor:'black', 'overlayShow' : true, overlayOpacity: 0.5});
        jQuery("a[href=/contact/index/subscription]").fancybox({'padding':1, 'type':'iframe','width':400,'height':320,'transitionIn' : 'fade','transitionOut' : 'fade','speedIn' : 600,'speedOut' : 200, overlayColor:'black', 'overlayShow' : true, overlayOpacity: 0.5});
});
