// ./_js/lessons.js

$(document).ready(function(){
	$("a[rel^='thickbox']").prettyPhoto({theme:'dark_rounded'});
});
