var $j = jQuery.noConflict();

$j(document).ready(function(){
	$j('.gallery a:has(img)').colorbox();
	$j(".colorbox").colorbox();
	$j(".careers").colorbox({width:"1017", height:"792", iframe:true});
	$j(".expertise").colorbox({width:"899", height:"662", iframe:true});
	$j(".work").colorbox({width:"1017", height:"791", iframe:true});
});
