jQuery(document).ready(function () {
    jQuery("#right_sidebar_cycle").cycle("fade");
});;
jQuery(document).ready(function () {
    jQuery(".mycarousel").each(function(index) {
        jQuery(this).find("a").colorbox({
            maWidth:"80%",
            maxHeight:"80%",
            "current":"Photo {current}/{total}",
            "rel": "group-" + index
        })
    }
    );
});;

