﻿$(function () {
    $('.slideshow').cycle({
        fx: 'fade',
        showItems: 2,
        speed: 880,
        timeout: 7700

    });
});	
