// pretty photo init. I believe only video but possible photos also
$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
	});
