jQuery(document).ready(function() {
    var didLoad = false;
	$('#testimonials-item img:first').fadeIn(2000, function() {
     $("#testimonials-item").cycle({
            fx: 'fade',
            speed: 2000,
            sync: 0,
            timeout: 8000,
			cleartype: 1,
			cleartypeNoBg: 1
        });
    });
});	
