
		$(document).ready(function()
    {
    $(".example1").colorbox({width:"640px", height:"640px", iframe:true});
    });

