// JavaScript Document
jQuery(document).ready(function(){
	jQuery(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
});