﻿$(document).ready(function() {
    $(".middle_container_image").cycle({
        fx: "fade",
        speed: 1500,
        timeout: 1500
    });
});
