$(document).ready(function() {

	
	$("a.zoom").fancybox({
		'transitionIn'	:            'elastic',
		'transitionOut'	:            'elastic',
		'speedIn'	:            300, 
		'speedOut'	:            200, 
		'overlayShow'	:            true,
                'overlayOpacity':            0.5,
                'overlayColor'  :            '#2050AE',
                'showNavArrows' :            true
                
                
	});
        
        
        $("a.fancy").fancybox({
		'transitionIn'	:            'elastic',
		'transitionOut'	:            'elastic',
		'speedIn'	:            300, 
		'speedOut'	:            200, 
		'overlayShow'	:            true,
                'overlayOpacity':            0.5,
                'overlayColor'  :            '#C200A6',
                'showNavArrows' :            true
	});
        
        $("a.sam").fancybox({
		'transitionIn'	:            'elastic',
		'transitionOut'	:            'elastic',
		'speedIn'	:            300, 
		'speedOut'	:            200, 
		'overlayShow'	:            true,
                'overlayOpacity':            0.5,
                'overlayColor'  :            '#2050AE',
                'showNavArrows' :            false
	});
	
});







