/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function(){
    $('#slider').Horinaja({
        capture:'slider',
        delai:0.5,
        duree:6,
        pagination:false
    });
    
    $('#slider-actus').Horinaja({
        capture:'slider-actus',
        delai:0.4,
        duree:4,
        pagination:false
    });
    
    $('#slider-big').Horinaja({
        capture:'slider-big',
        delai:0.4,
        duree:15,
        pagination:true
    });
    
    $('.nav-reference').click(function(){
    	window.location = 'http://www.sinequanon.fr/public/reference';
    });
    
//    $('#slider-big').bxSlider({
//    	mode: 'slide',
//    	auto: true,
//    	speed: 1250,
//    	pause: 2500,
//    	wrapper_class: 'slider-big',
//    	prev_text: 'précédent',
//    	next_text: 'suivant',
//    	width: 450
//    });  
    
    //console.log('bing');
});



