$(function() {  
 
    $('#slideshow').cycle({
        prev:   '#prev',
        next:   '#next',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title').html(this.alt);
    }    
    $('#slideshow1').cycle({
        prev:   '#prev1',
        next:   '#next1',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title1').html(this.alt);
    }
    $('#slideshow2').cycle({
        prev:   '#prev2',
        next:   '#next2',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title2').html(this.alt);
    }
	$('#slideshow3').cycle({
        prev:   '#prev3',
        next:   '#next3',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title3').html(this.alt);
    }    
    $('#slideshow4').cycle({
        prev:   '#prev4',
        next:   '#next4',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title4').html(this.alt);
    }    
    $('#slideshow5').cycle({
        prev:   '#prev5',
        next:   '#next5',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title5').html(this.alt);
    }    
    $('#slideshow6').cycle({
        prev:   '#prev6',
        next:   '#next6',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title6').html(this.alt);
    }    
    $('#slideshow7').cycle({
        prev:   '#prev7',
        next:   '#next7',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title7').html(this.alt);
    }    
    $('#slideshow8').cycle({
        prev:   '#prev8',
        next:   '#next8',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title8').html(this.alt);
    }    
    $('#slideshow9').cycle({
        prev:   '#prev9',
        next:   '#next9',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title9').html(this.alt);
    }    
    $('#slideshow91').cycle({
        prev:   '#prev91',
        next:   '#next91',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title91').html(this.alt);
    }     
    $('#slideshow92').cycle({
        prev:   '#prev92',
        next:   '#next92',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title92').html(this.alt);
    }   
	$('#slideshow93').cycle({
        fx:     'fade', 
    	timeout: 4000,
    	speed:  400
    });
    function onBefore() {
        $('#title93').html(this.alt);
    }
    
    $('#slideshow95').cycle({
        prev:   '#prev95',
        next:   '#next95',
        timeout: 0,
        speed: 1,
        before: onBefore
    }); 
    function onBefore() {
        $('#title95').html(this.alt);
    }   
    
  });
  
   