jQuery(document).ready(function($) {
    
    $('.slideshow-inner-2').cycle({
		fx:       'fade',
		timeout:  8000
	});
});
