/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

     $(window).load(function() {
        $('#slider').nivoSlider({
		slices: 15, // For slice animations
        boxCols: 8	,				
		pauseTime:4000,
		effect:'sliceUpDown',
		directionNavHide:false,
		});
    });
