$(function() {

	$('a.lightbox').colorbox({photo: true}); // Select all links with lightbox class
	
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});


});
