//jQuery.noConflict();
////jQuery(document).ready(function(){
////	jQuery(".tx_bzdstaffdirectory_teamlist_detailLink a").each(function(){
////		jQuery(this).attr({rel:"facebox"});
////	});
////	jQuery('a[rel*=facebox]').facebox(function(){
////		return false;
////	});
////});
//
//jQuery(document).ready(function() {
//	  	jQuery(".tx_bzdstaffdirectory_teamlist_detailLink a").each(function(){
//		  jQuery(this).addClass('greybox');
//		});
//		
//      var GB_ANIMATION = true;
//        $("a.greybox").click(function(){
//          var t = this.title || $(this).text() || this.href;
//          GB_show(t,this.href,470,600);
//          return false;
//        });
//	  
////     jQuery("a[rel*=facebox]").facebox(function(){
////		return false;
////		});
//	  
//	  
//    });


jQuery.noConflict();
var GB_ANIMATION = true;
jQuery(document).ready(function(){
    jQuery(".tx_bzdstaffdirectory_teamlist_detailLink a").addClass('greybox');
    jQuery(".tx_bzdstaffdirectory_teamlist_detailLink a.greybox").click(function(){
          var t = this.title || jQuery(this).text() || this.href;
          GB_show(t,this.href,300,500);
          return false;
    });
});