$(function() {
    $('#slideshow').cycle({
        fx:     'fade',
		cleartype:  1,
        speed:   500,
        timeout: 6000
    });
});
