$(window).load(function() {
    $('#slider').nivoSlider({
        effect:'fade', 
        slices:15, 
        boxCols: 8,
        boxRows: 4, 
        animSpeed:500, 
        pauseTime:3000, 
        startSlide:0, 
        directionNav:false, 
        directionNavHide:true, 
        controlNav:false, 
        controlNavThumbs:false, 
        controlNavThumbsFromRel:false, 
        controlNavThumbsSearch: '.jpg', 
        controlNavThumbsReplace: '_thumb.jpg', 
        keyboardNav:true, 
        pauseOnHover:true, 
        manualAdvance:false, 
        captionOpacity:0.8, 
        prevText: 'Prev', 
        nextText: 'Next', 
        beforeChange: function(){}, 
        afterChange: function(){}, 
        slideshowEnd: function(){}, 
        lastSlide: function(){},
        afterLoad: function(){} 
    });
});

$(document).ready(function(){	
	$("#conte_slider").easySlider({
		auto: true,
		controlsShow: false,
		speed:5000,
        auto: true,
		continuous: true 
	});
});
$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		controlsShow: false,
		speed:5000,
        auto: true,
		continuous: true 
	});
});

