//Colorbox init
$(document).ready(function(){
	$("a[rel='colorbox-fade']").colorbox({transition:"none", width:"75%", height:"75%"});
	$("a[rel='photoalbum']").colorbox({transition:"fade", width:"75%", height:"75%"});
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});

});


