$(document).ready(function(){   


    $("a[rel='gallery-1']").colorbox({transition:"fade"});
    $("a[rel='gallery-2']").colorbox({transition:"fade"});
    $("a[rel='gallery-3']").colorbox({transition:"fade"});
    $("a[rel='gallery-4']").colorbox({transition:"fade"});




    $('a.preview').cluetip( 
    { 
            showTitle: false,
            tracking: false,
            ajaxCache:false,
            ajaxSettings: { dataType: 'html' },
            width:600,
            sticky:true,
            dropShadow:false,
            closeText: 'Fermer'
            
    });
    
    
    $(".bg_s_1").click( function () {
        
        $(location).attr('href', $(".bg_s_1 .h2 a").attr("href") );
        
    });


    $(".bg_s_2").click( function () {
        
        $(location).attr('href', $(".bg_s_2 .h2 a").attr("href") );
        
    });

    $(".bg_s_3").click( function () {
        
        $(location).attr('href', $(".bg_s_3 .h2 a").attr("href") );
        
    });	 
	 
});
