           
             
  $(document).ready(function()
{ 
 
 
  $('#exotica .slideshow').cycle({ 
    prev:   '#prev', 
    next:   '#next', 
    timeout: 5000 ,
    speed: 4000,
    delay:16000
    
});


});