$(document).ready(function() {
	

			$("a[rel='prettyPhoto']").colorbox(); 

			$(".youtube").colorbox({iframe:true, width:650, height:550});
			
		
});

