﻿/************************************************************************************************************
 * Document Ready
 ***********************************************************************************************************/

$(document).ready(function() {
    $("#irdscarousel img, #project-carousel img").imgpreload(
        function() {
            $(".loading").remove();
            $("#irdscarousel").irdscarousel();
            $("#project-carousel").jCarouselLite({
                auto: 5000,
                speed: 1000
            });
        }
    );
});