jQuery(document).ready(function() {
    
    if($('#wrap')){
        $('#wrap').cycle({ 
            fx: 'fade', 
            pause: 1 ,
            speed: 1000, 
            timeout: 3000
            //easing: 'backinout'
        });
    }
    
    $(".bigimg").colorbox();
    $("a[rel='colorbox_g']").colorbox();
});

