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