/**
 * @author a
 */
$(document).ready(function(){
			$(".gallery a[rel^='prettyPhoto']").prettyPhoto({
				theme:'dark_square'				
				});
});
