
$('.home #floor .slideshow').cycle({ 
    fx:    'fade', 
    speed:  4000,
    delay: -2000
});

$('.home #interior .slideshow').cycle({ 
    fx:    'fade', 
    speed:  5000, 
    delay: -1000
});

$('.home #exterior .slideshow').cycle({ 
    fx:    'fade', 
    speed:  3500
});
