$(document).ready(function(){

$('#homeSlides').cycle({ 
    fx:    'fade', 
    speed:  2500 
 });
 
 $('.modal').bigPicture();
 
 });
