$(document).ready(function() {
    $('#conceptual #load div').nivoSlider({
        effect:'fade',
        slices:15,
        animSpeed:500,
        pauseTime:5000,
        directionNav:false, //Next & Prev
        directionNavHide:true, //Only show on hover
        controlNav:true, //1,2,3...
        pauseOnHover:true //Stop animation while hovering
    });

    $('.slider').nivoSlider({
        effect:'fade',
        slices:15,
        animSpeed:500,
        pauseTime:5000,
        directionNav:false, //Next & Prev
        directionNavHide:true, //Only show on hover
        controlNav:true, //1,2,3...
        pauseOnHover:true //Stop animation while hovering
    });
});
