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