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