$(document).ready(function() {
	
    //cycle
    $("#active-fundraisers-home").css("overflow", "hidden");

    $('#active-fundraisers-home').cycle({
        fx: 'fade',
        speed: 'fast',
        timeout: 5000
    });


});

