$(document).ready(function(){
		
    // Homepage Video
	$('a#video').fancybox({
								
		type		    : "iframe",
		width		    : 300,
		height		    : 255,
		autoScale	    : false,
        overlayColor    : "#000",
        centerOnScroll  : true
								
	});

    // Newsletter Signup form
    $('a.fbNewsletter').fancybox({
       
        type            : "iframe",
        width           : 523,
        height          : 515,
        autoScale       : false,
        overlayColor    : "#000",
        centerOnScroll  : true
        
	});

});
