function sgOpenInLightbox(a,b){if(b){b.preventDefault()}var c=typeof a=="string"?a:$(a).attr("href");var d={href:c,transition:"none",speed:100,iframe:true,fastIframe:false,initialWidth:563,initialHeight:290,width:577,height:304,overlayClose:false,opacity:.75,close:"",onComplete:function(){$(".cboxIframe").load(function(){$.event.trigger("cbox_complete")})}};parent.$.colorbox(d)}function sgOpenLoginBox(a){var b="/lightbox/auth/login";if(a&&$(a.currentTarget).attr("redirect")){b+="?return_url="+encodeURI($(a.currentTarget).attr("href"))}sgOpenInLightbox(b,a)}$(document).ready(function(){$(".loadInLightbox").live("click",function(a){sgOpenInLightbox(this,a)});$(".needs-login").live("click",function(a){sgOpenLoginBox(a)})});$(document).bind("cbox_complete",function(){try{var a=$(".cboxIframe")[0].contentWindow.document.body;var b=$(a).css("overflow");$(a).css("overflow","hidden");$.colorbox.resize({innerHeight:$(".cboxIframe")[0].contentWindow.document.body.offsetHeight,innerWidth:$(".cboxIframe")[0].contentWindow.document.body.offsetWidth});$(a).css("overflow",b)}catch(c){$.colorbox.resize({innerHeight:480,innerWidth:640})}})
