/**
 *	News Module - std_scripts.news.js
 *	---------------------------------------
 *	@date		Wednesday, November 24, 2010
 *	@author		Balazs Csaba
 */


$(document).ready(function() {
	$("a[rel^=staff_image_]").colorbox();
	$("a[rel^=staff_video_]").colorbox({
		width:"75%", inline:true, href:$(this).attr('href')
	});
	$("a[rel^=staff_youtube_]").colorbox({
		iframe:true, innerWidth:425, innerHeight:344
	});
});
