$(document).ready(function() {

    $("a#boximage").fancybox({
    'speedIn'		:	800, 
    'speedOut'		:	400
    });

    $("a#boximagesanstitre").fancybox({
    'speedIn'		:	800, 
    'speedOut'		:	400,
    'titleShow'             :       false
    });
    $("a#popup").fancybox({
    'width'			: 600,
    'height'		: 500,
    'autoScale'     	: false,
    'transitionIn'		: 'none',
    'transitionOut'		: 'none',
    'type'			: 'iframe',
       'target'	:	'_top'
    });
    $("a#popupcss").fancybox({
    'width'			: 800,
    'height'		: 630,
    'autoScale'     	: true,
    'transitionIn'		: 'none',
    'transitionOut'		: 'none',
    'type'			: 'iframe'
    });
    $("a#popupdetail").fancybox({
    'width'			: 930,
    'height'		: 600,
    'speedIn'		: 400, 
    'transitionOut'		: 'none',
    'type'			: 'iframe',
    'onClosed'              : function() {parent.location.reload(true); ;}
    });
    $("a#ouvredetail").fancybox({
    'width'			: 930,
    'height'		: 600,
    'speedIn'		: 400, 
    'transitionOut'		: 'none',
    'type'			: 'iframe',
    'onClosed'              : function() {parent.location.reload(true); ;}
    });

    $("a[rel=lightbox]").fancybox({
    'transitionIn'	    :	'elastic',
    'transitionOut'	    :	'elastic',
    'speedIn'	    :	800, 
    'speedOut'	    :	400,
    'titlePosition' 		: 'inside',
    'overlayShow'	    :	false,
    'cyclic'	    :	true
    });

    $("a[rel=lightbox-group]").fancybox({
    'transitionIn'	    :	'elastic',
    'transitionOut'	    :	'elastic',
    'speedIn'	    :	800, 
    'speedOut'	    :	400,
    'titlePosition' 		: 'inside',
    'overlayShow'	    :	false,
    'cyclic'	    :	true
    });
    
    $("#slideshow1").sudoSlider({ 
    prevNext: false,
    fade: true,
    auto:true,
    pause: '5000'
    });
    $("#slideshow2").sudoSlider({ 
    prevNext: false,
    fade: true,
    auto:true,
    pause: '10000'
    });
    $("#slideshow3").sudoSlider({ 
    prevNext: false,
    continuous: true,
    auto:true,
    pause: '5000'
    });
    
});

