$(document).ready(function() {
    $('#gallery').cycle({
     	timeout: 6000,
    	speed: 500,
    	delay: -2000, 
    });
}); // end ready()
