
/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
    $(".iframe").fancybox({
        'width'			: 500,
        'height'		: 450,
        'autoScale'		: false,
        'transitionIn'	: 'fade',
        'transitionOut'	: 'fade',
        'type'			: 'iframe',
        'overlayOpacity': 0.8,
        'overlayColor'  : '#17571e'
    });

    $(".iframe_peq").fancybox({
        'width'			: 450,
        'height'		: 350,
        'autoScale'		: false,
        'transitionIn'	: 'fade',
        'transitionOut'	: 'fade',
        'type'			: 'iframe',
        'overlayOpacity': 0.8,
        'overlayColor'  : '#17571e'
    });
})
