/* Author: 

*/



 $(document).ready(function() {
	$('a.singers').colorbox({rel:'group1'});
	$('a.sessions').colorbox({rel:'sessions'});
	$('a.posters').colorbox({rel:'posters'});
	$('a.news').colorbox({rel:'news'});

	$('a.youTube').colorbox({iframe:true, innerWidth:425, innerHeight:344});
	
	$('a.mailinglist').colorbox({iframe:true, innerWidth:625, innerHeight:425,scrolling:false});
	
	 });

















