$(document).ready(function () {
       $('.gal-item img').asynchImageLoader({placeholder : "assets/templates/site/images/loading-thumb.gif"});
       $("a[rel='colorbox']").colorbox();
        });

