jQuery.noConflict();
jQuery(document).ready(function($){
	$("a.gallery_photo").colorbox({width:"662px", height:"630px", iframe:true, opacity:"0.65"});
});