$(document).ready(function(){
  
    jQuery(function() {
        jQuery("#slideshow").cycle({
            speed: '3000',
            timeout: '8000',
            pause: 1
        });
        //jQuery("#gallery-141-1").cycle({
        //    speed: '3000',
        //    timeout: '3000',
        //    pause: 1
        //});
        $('#post-141 p').nivoSlider({
            pauseTime:4000, 
            pauseOnHover:true,
            controlNav:false,
            directionNavHide:false,
            effect: 'fade', 
        });

    });

});


