﻿$(document).ready(function() {
    $('.bannerImageSlideshow').cycle({
        fx: 'fade',
        speed: 2500
    });
});
