$(document).ready(function () {
	$('a[rel="colorbox"]').colorbox({ maxWidth:'95%',maxHeight:'95%',opacity:'0.8', current: '', previous: '', next: '', rel: 'colorbox,colorbox-youtube'});
	$('a[rel="colorbox-youtube"]').colorbox({ iframe:true, opacity:'0.8', width:800, height: 600, current: '', previous: '', next: '', rel: 'colorbox,colorbox-youtube' });
});



