$(document).ready( function(){
            
           $("a.iframe").fancybox({
                'frameWidth':   720,
                'frameHeight':   720,
                'centerOnScroll': false
            });
           
           $('#iphone-slideshow').innerfade({
                speed: 3000,
                timeout: 8500,
                type: 'sequence',
                containerheight: '600px'
            });
           
           $('#baiat-slideshow').innerfade({
                speed: 4000,
                timeout: 10500,
                type: 'sequence',
                containerheight: '396px'
            });
});
