$(document).ready(function(){
    $("a[rel='popup']").colorbox({width:"700", height:"630", iframe:true, scrolling:false, current:"{current} of {total}"}); // vbv demos
    $("a[rel='popup2']").colorbox({width:"783", height:"690", iframe:true, scrolling:false, current:"{current} of {total}"}); // Visa money transfer
    $("a[rel='popup3']").colorbox({width:"700", height:"630", iframe:true, scrolling:false, current:"{current} of {total}"});
});

