/*!
 * myfunction for www.antoniomenichella.com
 * Author: Alessandro Mignogna
 *
 */
 
$(window).load(function() {
    $('#slider').nivoSlider({
        effect:'sliceUpDownLeft', // Specify sets like: 'fold,fade,sliceDown'
        slices:15, // For slice animations
        boxCols: 8, // For box animations
        boxRows: 4, // For box animations
        animSpeed:600, // Slide transition speed
        pauseTime:4000, // How long each slide will show
		controlNav: false,
		directionNav: false,
		directionNavHide: true,
        controlNavThumbsFromRel:false // Use image rel for thumbs
    });
});

