$(document).ready(function() {
    $(".scrollProfils").slidable({
        width : 767,
        height : 100,
        vitesse : 1,
        shadow : false,
        arrowsWidth: 20
    });
}); 
