Routes = [
	{ route: "photo/next",  namespace: 'PhotoController',  action: 'nextPhoto', silent: true },
	{ route: "photo/previous",  namespace: 'PhotoController',  action: 'previousPhoto', silent: true },
	{ route: "pages/(section:\\w+)/(page:\\w+).(format:\\w+)",  namespace: 'PageController',  action: 'show_page_with_section', silent: true }
];

