if(typeof $ != 'undefined') {
	$(document).ready(function() {
		// Detect and attach colorbox
		$(".lightbox_iframe").colorbox({opacity:0.65, transition:'elastic', speed:250, innerWidth:487, innerHeight:340, iframe:true});
		$(".lightbox_noframe").colorbox({opacity:0.65, transition:'elastic', speed:250, innerWidth:487, innerHeight:340, iframe:false});
	});
}
