HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<a href="https://developer.bennysutton.com"> <img src="https://developer.bennysutton.com/music/images/1000px/html.jpg" style="float:right;width:200px;"/></a>
<ul class="ben-tree-ul">
<li>
<span class="ben-tree-caret ben-tree-caret-down">
<a href="https://www.stockphotography.co.uk/places/241" title="go to Africa" target="_blank">Africa</a>
</span>
<ul class="nested active">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/296" title="go to Algeria" target="_blank">Algeria</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/305" title="go to Ethiopia" target="_blank">Ethiopia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/287" title="go to Morocco" target="_blank">Morocco</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/299" title="go to Niger" target="_blank">Niger</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/312" title="go to South Africa" target="_blank">South Africa</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/314" title="go to Johannesburg" target="_blank">Johannesburg</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/295" title="go to Sudan" target="_blank">Sudan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/294" title="go to Yemen" target="_blank">Yemen</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/444" title="go to Antarctica" target="_blank">Antarctica</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/309" title="go to Aquarium aquaria" target="_blank">Aquarium aquaria</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/302" title="go to Arctic" target="_blank">Arctic</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/303" title="go to Greenland" target="_blank">Greenland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/304" title="go to Iceland" target="_blank">Iceland</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/220" title="go to Asia" target="_blank">Asia</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/288" title="go to Afghanistan" target="_blank">Afghanistan</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/291" title="go to India" target="_blank">India</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/575" title="go to Goa Beach" target="_blank">Goa Beach</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/580" title="go to Rajasthan" target="_blank">Rajasthan</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/300" title="go to Iran" target="_blank">Iran</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/306" title="go to Malaysia" target="_blank">Malaysia</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/307" title="go to Borneo" target="_blank">Borneo</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/311" title="go to Kuala Lumpur" target="_blank">Kuala Lumpur</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/298" title="go to Nepal" target="_blank">Nepal</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/292" title="go to Pakistan" target="_blank">Pakistan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/313" title="go to Singapore" target="_blank">Singapore</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/221" title="go to Sri Lanka" target="_blank">Sri Lanka</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/134" title="go to Thailand" target="_blank">Thailand</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/581" title="go to Bangkok" target="_blank">Bangkok</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/293" title="go to Uzbekistan" target="_blank">Uzbekistan</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/79" title="go to Atlantic" target="_blank">Atlantic</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/81" title="go to Bermuda" target="_blank">Bermuda</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/205" title="go to Australia" target="_blank">Australia</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/596" title="go to Canada" target="_blank">Canada</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/597" title="go to Alberta" target="_blank">Alberta</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/598" title="go to British Columbia" target="_blank">British Columbia</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/72" title="go to Caribbean" target="_blank">Caribbean</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/116" title="go to Bahamas" target="_blank">Bahamas</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/310" title="go to Cayman Islands" target="_blank">Cayman Islands</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/289" title="go to Cuba" target="_blank">Cuba</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/290" title="go to Dutch Antilles" target="_blank">Dutch Antilles</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/308" title="go to Aruba" target="_blank">Aruba</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/93" title="go to Turks and Caicos" target="_blank">Turks and Caicos</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/137" title="go to Central America" target="_blank">Central America</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/136" title="go to Europe" target="_blank">Europe</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/655" title="go to Andorra" target="_blank">Andorra</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/262" title="go to Austria" target="_blank">Austria</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/589" title="go to Vienna" target="_blank">Vienna</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/264" title="go to Belgium" target="_blank">Belgium</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/280" title="go to Antwerp" target="_blank">Antwerp</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/284" title="go to Brussels, Bruxelles" target="_blank">Brussels, Bruxelles</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/728" title="go to Croatia" target="_blank">Croatia</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/729" title="go to Dubrovnik" target="_blank">Dubrovnik</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/58" title="go to Cyprus" target="_blank">Cyprus</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/654" title="go to Finland" target="_blank">Finland</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/242" title="go to France" target="_blank">France</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/645" title="go to Alsace" target="_blank">Alsace</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/634" title="go to Aquitaine" target="_blank">Aquitaine</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/582" title="go to Dordogne" target="_blank">Dordogne</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/650" title="go to Auvergne" target="_blank">Auvergne</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/638" title="go to Basse-Normandie" target="_blank">Basse-Normandie</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/651" title="go to Bourgogne" target="_blank">Bourgogne</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/639" title="go to Bretagne (Brittany)" target="_blank">Bretagne (Brittany)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/244" title="go to Camargue" target="_blank">Camargue</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/652" title="go to Centre" target="_blank">Centre</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/643" title="go to Champagne-Ardenne" target="_blank">Champagne-Ardenne</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/646" title="go to Franche Comté" target="_blank">Franche Comté</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/637" title="go to Haute-Normandie" target="_blank">Haute-Normandie</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/642" title="go to Ile-de-France" target="_blank">Ile-de-France</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/649" title="go to Languedoc-Roussillon" target="_blank">Languedoc-Roussillon</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/583" title="go to Limousin" target="_blank">Limousin</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/632" title="go to Correze" target="_blank">Correze</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/630" title="go to Cruese" target="_blank">Cruese</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/631" title="go to Haute-Vienne" target="_blank">Haute-Vienne</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/644" title="go to Lorraine" target="_blank">Lorraine</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/246" title="go to Marseilles" target="_blank">Marseilles</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/633" title="go to Midi-Pyrenees" target="_blank">Midi-Pyrenees</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/586" title="go to Lot" target="_blank">Lot</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/635" title="go to Nord Pas De Calais" target="_blank">Nord Pas De Calais</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/279" title="go to Paris" target="_blank">Paris</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/640" title="go to Pays-de-la-Loire" target="_blank">Pays-de-la-Loire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/636" title="go to Picardie" target="_blank">Picardie</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/641" title="go to Poitou-Charentes" target="_blank">Poitou-Charentes</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/648" title="go to Provence-Alpes-Côte d'Azur " target="_blank">Provence-Alpes-Côte d'Azur </a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/243" title="go to Antibes" target="_blank">Antibes</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/245" title="go to Cannes" target="_blank">Cannes</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/247" title="go to Monaco" target="_blank">Monaco</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/248" title="go to Nice" target="_blank">Nice</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/249" title="go to Saint Tropez" target="_blank">Saint Tropez</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/250" title="go to Toulon" target="_blank">Toulon</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/647" title="go to Rhône-Alpes" target="_blank">Rhône-Alpes</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/260" title="go to Alpine" target="_blank">Alpine</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/266" title="go to Germany" target="_blank">Germany</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/664" title="go to Baden-Wurtberg" target="_blank">Baden-Wurtberg</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/268" title="go to Stuttgart" target="_blank">Stuttgart</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/663" title="go to Bavaria - Bayern" target="_blank">Bavaria - Bayern</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/269" title="go to Frankfurt Am Main" target="_blank">Frankfurt Am Main</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/267" title="go to Munich (München)" target="_blank">Munich (München)</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/661" title="go to Brandenburg - Berlin" target="_blank">Brandenburg - Berlin</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/662" title="go to Central Germany - Saxony" target="_blank">Central Germany - Saxony</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/659" title="go to Lower Saxony - Bremen" target="_blank">Lower Saxony - Bremen</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/660" title="go to North Germany - Hamburg" target="_blank">North Germany - Hamburg</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/658" title="go to Rhineland - Rhine Valley" target="_blank">Rhineland - Rhine Valley</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/270" title="go to Bonn" target="_blank">Bonn</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/271" title="go to Cologne (Köln)" target="_blank">Cologne (Köln)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/272" title="go to Dusseldorf" target="_blank">Dusseldorf</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/240" title="go to Gibraltar" target="_blank">Gibraltar</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/101" title="go to Greece" target="_blank">Greece</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/713" title="go to Aegean Islands" target="_blank">Aegean Islands</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/714" title="go to Attica" target="_blank">Attica</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/712" title="go to Macedonia" target="_blank">Macedonia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/711" title="go to Mainland Greece" target="_blank">Mainland Greece</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/25" title="go to Mykonos" target="_blank">Mykonos</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/710" title="go to Peloponnese" target="_blank">Peloponnese</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/715" title="go to Sporades Evia" target="_blank">Sporades Evia</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/263" title="go to Holland" target="_blank">Holland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/283" title="go to Amsterdam" target="_blank">Amsterdam</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/282" title="go to Den Haag" target="_blank">Den Haag</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/709" title="go to Northern Holland" target="_blank">Northern Holland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/281" title="go to Rotterdam" target="_blank">Rotterdam</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/708" title="go to Southern Holland" target="_blank">Southern Holland</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/251" title="go to Italy" target="_blank">Italy</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/252" title="go to Amalfi Coast" target="_blank">Amalfi Coast</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/668" title="go to Campania" target="_blank">Campania</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/588" title="go to Capri" target="_blank">Capri</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/673" title="go to Emilia Romagna" target="_blank">Emilia Romagna</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/253" title="go to Florence (Firenze)" target="_blank">Florence (Firenze)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/285" title="go to Italian Riviera" target="_blank">Italian Riviera</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/278" title="go to Lake Como" target="_blank">Lake Como</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/277" title="go to Lake Garda" target="_blank">Lake Garda</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/669" title="go to Lazio" target="_blank">Lazio</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/674" title="go to Lombardy" target="_blank">Lombardy</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/670" title="go to Marche Abruzzo" target="_blank">Marche Abruzzo</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/275" title="go to Milan" target="_blank">Milan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/258" title="go to Naples (Napoli)" target="_blank">Naples (Napoli)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/675" title="go to North East Italy" target="_blank">North East Italy</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/254" title="go to Pisa" target="_blank">Pisa</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/255" title="go to Portofino" target="_blank">Portofino</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/667" title="go to Puglia - Molise" target="_blank">Puglia - Molise</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/256" title="go to Rome (Roma)" target="_blank">Rome (Roma)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/665" title="go to Sicily" target="_blank">Sicily</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/666" title="go to Southern Italy" target="_blank">Southern Italy</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/672" title="go to Tuscany" target="_blank">Tuscany</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/671" title="go to Umbria" target="_blank">Umbria</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/257" title="go to Venice (Venezia)" target="_blank">Venice (Venezia)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/276" title="go to Verona" target="_blank">Verona</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/657" title="go to Luxembourg" target="_blank">Luxembourg</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/59" title="go to Malta" target="_blank">Malta</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/656" title="go to Norway" target="_blank">Norway</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/705" title="go to Central Norway" target="_blank">Central Norway</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/706" title="go to East Norway Oslo" target="_blank">East Norway Oslo</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/704" title="go to Fjord Norway" target="_blank">Fjord Norway</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/703" title="go to South Norway" target="_blank">South Norway</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/707" title="go to Trondelag" target="_blank">Trondelag</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/316" title="go to Poland" target="_blank">Poland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/724" title="go to Baltic Sea Pomerania Coast" target="_blank">Baltic Sea Pomerania Coast</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/722" title="go to Carpathian Polish Mountains" target="_blank">Carpathian Polish Mountains</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/726" title="go to Central & East Poland" target="_blank">Central & East Poland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/577" title="go to Krakow" target="_blank">Krakow</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/725" title="go to Polish Lakelands" target="_blank">Polish Lakelands</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/576" title="go to Warsaw" target="_blank">Warsaw</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/723" title="go to West Poland Sudeten Mountains" target="_blank">West Poland Sudeten Mountains</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/236" title="go to Portugal" target="_blank">Portugal</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/238" title="go to Algarve" target="_blank">Algarve</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/716" title="go to Algarve" target="_blank">Algarve</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/718" title="go to Costa de Lisboa Lisbon" target="_blank">Costa de Lisboa Lisbon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/719" title="go to Costa de Prata Silver Coast" target="_blank">Costa de Prata Silver Coast</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/721" title="go to Costa Verde" target="_blank">Costa Verde</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/237" title="go to Lisbon Lisboa" target="_blank">Lisbon Lisboa</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/590" title="go to Madiera" target="_blank">Madiera</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/720" title="go to Northern Mountains" target="_blank">Northern Mountains</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/717" title="go to Southern Plains Alentejo" target="_blank">Southern Plains Alentejo</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/318" title="go to Republic of Ireland" target="_blank">Republic of Ireland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/323" title="go to Carlow" target="_blank">Carlow</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/320" title="go to Cavan" target="_blank">Cavan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/697" title="go to Central Ireland" target="_blank">Central Ireland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/325" title="go to Clare" target="_blank">Clare</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/327" title="go to Cork" target="_blank">Cork</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/692" title="go to County Cork" target="_blank">County Cork</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/693" title="go to County Kerry" target="_blank">County Kerry</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/328" title="go to Donegal" target="_blank">Donegal</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/701" title="go to Donegal" target="_blank">Donegal</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/319" title="go to Dublin" target="_blank">Dublin</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/700" title="go to East Ireland" target="_blank">East Ireland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/329" title="go to Galway" target="_blank">Galway</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/695" title="go to Galway County Clare" target="_blank">Galway County Clare</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/324" title="go to Kerry" target="_blank">Kerry</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/322" title="go to Kildare" target="_blank">Kildare</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/321" title="go to Kilkenny" target="_blank">Kilkenny</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/331" title="go to Leitrim" target="_blank">Leitrim</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/332" title="go to Limerick" target="_blank">Limerick</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/694" title="go to Limerick" target="_blank">Limerick</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/333" title="go to Longford" target="_blank">Longford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/334" title="go to Louth" target="_blank">Louth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/335" title="go to Mayo" target="_blank">Mayo</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/336" title="go to Meath" target="_blank">Meath</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/337" title="go to Monaghan" target="_blank">Monaghan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/696" title="go to North West Ireland" target="_blank">North West Ireland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/342" title="go to Offaly" target="_blank">Offaly</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/698" title="go to Offaly County Laois" target="_blank">Offaly County Laois</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/339" title="go to Roscommon" target="_blank">Roscommon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/340" title="go to Sligo" target="_blank">Sligo</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/699" title="go to South East Ireland" target="_blank">South East Ireland</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/341" title="go to Tipperary" target="_blank">Tipperary</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/338" title="go to Waterford" target="_blank">Waterford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/330" title="go to Westmeath" target="_blank">Westmeath</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/344" title="go to Wexford" target="_blank">Wexford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/326" title="go to Wicklow" target="_blank">Wicklow</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/587" title="go to Slovakia" target="_blank">Slovakia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/727" title="go to Slovenia" target="_blank">Slovenia</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/222" title="go to Spain" target="_blank">Spain</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/223" title="go to Alicante" target="_blank">Alicante</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/677" title="go to Aragon" target="_blank">Aragon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/224" title="go to Barcelona" target="_blank">Barcelona</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/678" title="go to Basque Country Navarre" target="_blank">Basque Country Navarre</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/225" title="go to Benidorm" target="_blank">Benidorm</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/226" title="go to Cadiz" target="_blank">Cadiz</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/67" title="go to Canary Islands" target="_blank">Canary Islands</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/682" title="go to Castilla La Mancha" target="_blank">Castilla La Mancha</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/679" title="go to Castilla Leon La Rioja" target="_blank">Castilla Leon La Rioja</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/683" title="go to Costa Blanca Valencia" target="_blank">Costa Blanca Valencia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/676" title="go to Costa Brava Catalonia" target="_blank">Costa Brava Catalonia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/684" title="go to Costa Calida Murcia" target="_blank">Costa Calida Murcia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/685" title="go to Costa De Almeria" target="_blank">Costa De Almeria</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/688" title="go to Costa de la Luz" target="_blank">Costa de la Luz</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/687" title="go to Costa Del Sol Malaga" target="_blank">Costa Del Sol Malaga</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/686" title="go to Costa Tropical Granada" target="_blank">Costa Tropical Granada</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/227" title="go to Estepona" target="_blank">Estepona</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/689" title="go to Extremadura" target="_blank">Extremadura</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/232" title="go to Fuengirola" target="_blank">Fuengirola</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/691" title="go to Galicia" target="_blank">Galicia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/228" title="go to Granada" target="_blank">Granada</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/690" title="go to Inland Andalucia" target="_blank">Inland Andalucia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/229" title="go to Madrid" target="_blank">Madrid</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/233" title="go to Malaga" target="_blank">Malaga</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/234" title="go to Marbella" target="_blank">Marbella</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/680" title="go to North Spanish Coast" target="_blank">North Spanish Coast</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/230" title="go to Seville" target="_blank">Seville</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/235" title="go to Torremolinos" target="_blank">Torremolinos</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/231" title="go to Valencia" target="_blank">Valencia</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/653" title="go to Sweden" target="_blank">Sweden</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/261" title="go to Switzerland" target="_blank">Switzerland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/265" title="go to Leichtenstein" target="_blank">Leichtenstein</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/273" title="go to Lucerne (Luzern)" target="_blank">Lucerne (Luzern)</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/274" title="go to Zurich" target="_blank">Zurich</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/73" title="go to Great Britain" target="_blank">Great Britain</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/54" title="go to England" target="_blank">England</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/145" title="go to Avon" target="_blank">Avon</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/426" title="go to Bristol" target="_blank">Bristol</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/146" title="go to Bedfordshire" target="_blank">Bedfordshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/387" title="go to Bedford" target="_blank">Bedford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/388" title="go to Luton" target="_blank">Luton</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/106" title="go to Berkshire" target="_blank">Berkshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/445" title="go to Bracknell" target="_blank">Bracknell</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/474" title="go to Maidenhead" target="_blank">Maidenhead</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/520" title="go to Newbury" target="_blank">Newbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/389" title="go to Reading" target="_blank">Reading</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/446" title="go to Windsor" target="_blank">Windsor</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/206" title="go to Buckinghamshire" target="_blank">Buckinghamshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/447" title="go to Aylesbury" target="_blank">Aylesbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/519" title="go to Beaconsfield" target="_blank">Beaconsfield</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/449" title="go to High Wycombe" target="_blank">High Wycombe</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/475" title="go to Milton Keynes" target="_blank">Milton Keynes</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/448" title="go to Slough" target="_blank">Slough</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/109" title="go to Cambridgeshire" target="_blank">Cambridgeshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/147" title="go to Channel Islands" target="_blank">Channel Islands</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/100" title="go to Cheshire" target="_blank">Cheshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/390" title="go to Chester" target="_blank">Chester</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/477" title="go to Crewe" target="_blank">Crewe</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/479" title="go to Macclesfield" target="_blank">Macclesfield</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/480" title="go to Runcorn" target="_blank">Runcorn</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/476" title="go to Stockport" target="_blank">Stockport</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/478" title="go to Wallasey" target="_blank">Wallasey</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/104" title="go to Cornwall" target="_blank">Cornwall</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/427" title="go to Bodmin" target="_blank">Bodmin</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/433" title="go to Eden Project" target="_blank">Eden Project</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/483" title="go to Falmouth" target="_blank">Falmouth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/482" title="go to Helston" target="_blank">Helston</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/523" title="go to Lizard" target="_blank">Lizard</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/432" title="go to Lost Gardens of Heligan" target="_blank">Lost Gardens of Heligan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/428" title="go to Newquay" target="_blank">Newquay</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/429" title="go to Penzance" target="_blank">Penzance</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/481" title="go to Polperro" target="_blank">Polperro</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/430" title="go to St Ives" target="_blank">St Ives</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/431" title="go to Truro" target="_blank">Truro</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/148" title="go to Cumbria" target="_blank">Cumbria</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/391" title="go to Carlisle" target="_blank">Carlisle</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/450" title="go to Windermere" target="_blank">Windermere</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/149" title="go to Derbyshire" target="_blank">Derbyshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/392" title="go to Chesterfield" target="_blank">Chesterfield</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/442" title="go to Derby" target="_blank">Derby</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/584" title="go to Peak District" target="_blank">Peak District</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/103" title="go to Devon" target="_blank">Devon</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/522" title="go to Dartmoor" target="_blank">Dartmoor</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/521" title="go to Exeter" target="_blank">Exeter</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/485" title="go to Paignton" target="_blank">Paignton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/393" title="go to Plymouth" target="_blank">Plymouth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/484" title="go to Torquay" target="_blank">Torquay</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/486" title="go to Totnes" target="_blank">Totnes</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/102" title="go to Dorset" target="_blank">Dorset</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/573" title="go to Bournemouth" target="_blank">Bournemouth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/435" title="go to Corfe" target="_blank">Corfe</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/524" title="go to Dorchester" target="_blank">Dorchester</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/487" title="go to Poole" target="_blank">Poole</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/113" title="go to Swanage" target="_blank">Swanage</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/434" title="go to Weymouth" target="_blank">Weymouth</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/150" title="go to Durham" target="_blank">Durham</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/538" title="go to Darlington" target="_blank">Darlington</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/536" title="go to Durham" target="_blank">Durham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/539" title="go to Hartlepool" target="_blank">Hartlepool</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/537" title="go to Stockton-on-Tees" target="_blank">Stockton-on-Tees</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/153" title="go to Essex" target="_blank">Essex</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/534" title="go to Basildon" target="_blank">Basildon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/488" title="go to Chelmsford" target="_blank">Chelmsford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/533" title="go to Clacton" target="_blank">Clacton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/490" title="go to Colchester" target="_blank">Colchester</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/489" title="go to Southend" target="_blank">Southend</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/154" title="go to Gloucestershire" target="_blank">Gloucestershire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/395" title="go to Cheltenham" target="_blank">Cheltenham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/396" title="go to Gloucester" target="_blank">Gloucester</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/731" title="go to Gloucester" target="_blank">Gloucester</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/155" title="go to Hampshire" target="_blank">Hampshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/451" title="go to Aldershot" target="_blank">Aldershot</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/491" title="go to Basingstoke" target="_blank">Basingstoke</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/452" title="go to Farnborough" target="_blank">Farnborough</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/525" title="go to New Forest" target="_blank">New Forest</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/398" title="go to Portsmouth" target="_blank">Portsmouth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/399" title="go to Southampton" target="_blank">Southampton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/397" title="go to Winchester" target="_blank">Winchester</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/156" title="go to Herefordshire" target="_blank">Herefordshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/453" title="go to Hereford" target="_blank">Hereford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/454" title="go to Ross-on-Wye" target="_blank">Ross-on-Wye</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/157" title="go to Hertfordshire" target="_blank">Hertfordshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/456" title="go to Hemel Hempstead" target="_blank">Hemel Hempstead</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/455" title="go to Hertford" target="_blank">Hertford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/400" title="go to St Albans" target="_blank">St Albans</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/457" title="go to Stevenage" target="_blank">Stevenage</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/526" title="go to Welwyn Garden City" target="_blank">Welwyn Garden City</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/492" title="go to Huntingdonshire " target="_blank">Huntingdonshire </a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/385" title="go to Isle Of Man" target="_blank">Isle Of Man</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/160" title="go to Isle of Wight" target="_blank">Isle of Wight</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/161" title="go to Kent" target="_blank">Kent</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/401" title="go to Canterbury" target="_blank">Canterbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/413" title="go to Dover" target="_blank">Dover</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/464" title="go to Folkestone" target="_blank">Folkestone</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/516" title="go to Gravesend" target="_blank">Gravesend</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/527" title="go to Leeds Castle" target="_blank">Leeds Castle</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/461" title="go to Maidstone" target="_blank">Maidstone</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/462" title="go to Margate" target="_blank">Margate</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/458" title="go to Medway" target="_blank">Medway</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/460" title="go to Chatham" target="_blank">Chatham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/459" title="go to Rochester" target="_blank">Rochester</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/465" title="go to Ramsgate" target="_blank">Ramsgate</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/517" title="go to Royal Tunbridge Wells" target="_blank">Royal Tunbridge Wells</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/463" title="go to Sandwich" target="_blank">Sandwich</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/518" title="go to Sevenoaks" target="_blank">Sevenoaks</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/162" title="go to Lancashire" target="_blank">Lancashire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/404" title="go to Blackburn" target="_blank">Blackburn</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/403" title="go to Blackpool" target="_blank">Blackpool</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/405" title="go to Bolton" target="_blank">Bolton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/571" title="go to Burnley" target="_blank">Burnley</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/406" title="go to Lancaster" target="_blank">Lancaster</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/467" title="go to Preston" target="_blank">Preston</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/493" title="go to Warrington" target="_blank">Warrington</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/466" title="go to Wigan" target="_blank">Wigan</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/163" title="go to Leicestershire" target="_blank">Leicestershire</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/164" title="go to Lincolnshire" target="_blank">Lincolnshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/468" title="go to Grimsby" target="_blank">Grimsby</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/407" title="go to Lincoln" target="_blank">Lincoln</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/469" title="go to Scunthorpe" target="_blank">Scunthorpe</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/23" title="go to London" target="_blank">London</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/345" title="go to Barking and Dagenham" target="_blank">Barking and Dagenham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/346" title="go to Barnet" target="_blank">Barnet</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/347" title="go to Bexley" target="_blank">Bexley</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/348" title="go to Brent" target="_blank">Brent</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/349" title="go to Bromley" target="_blank">Bromley</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/350" title="go to Camden" target="_blank">Camden</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/121" title="go to City of London" target="_blank">City of London</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/218" title="go to Lord Mayors show" target="_blank">Lord Mayors show</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/351" title="go to Croydon" target="_blank">Croydon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/352" title="go to Ealing" target="_blank">Ealing</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/353" title="go to Enfield" target="_blank">Enfield</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/354" title="go to Greenwich" target="_blank">Greenwich</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/118" title="go to Millenium Dome" target="_blank">Millenium Dome</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/355" title="go to Hackney" target="_blank">Hackney</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/357" title="go to Hammersmith and Fulham" target="_blank">Hammersmith and Fulham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/358" title="go to Haringey" target="_blank">Haringey</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/359" title="go to Harrow" target="_blank">Harrow</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/360" title="go to Havering" target="_blank">Havering</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/361" title="go to Hillingdon" target="_blank">Hillingdon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/362" title="go to Hounslow" target="_blank">Hounslow</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/363" title="go to Islington" target="_blank">Islington</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/365" title="go to Kensington and Chelsea" target="_blank">Kensington and Chelsea</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/138" title="go to Earls Court" target="_blank">Earls Court</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/366" title="go to Kingston" target="_blank">Kingston</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/367" title="go to Lambeth" target="_blank">Lambeth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/368" title="go to Lewisham" target="_blank">Lewisham</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/369" title="go to Merton" target="_blank">Merton</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/126" title="go to Wimbledon" target="_blank">Wimbledon</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/370" title="go to Newham" target="_blank">Newham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/371" title="go to Redbridge" target="_blank">Redbridge</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/372" title="go to Richmond" target="_blank">Richmond</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/373" title="go to Southwark" target="_blank">Southwark</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/374" title="go to Sutton" target="_blank">Sutton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/119" title="go to Thames" target="_blank">Thames</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/375" title="go to Tower Hamlets" target="_blank">Tower Hamlets</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/376" title="go to Waltham Forest" target="_blank">Waltham Forest</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/377" title="go to Wandsworth" target="_blank">Wandsworth</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/117" title="go to Westminster" target="_blank">Westminster</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/165" title="go to Manchester" target="_blank">Manchester</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/531" title="go to Oldham" target="_blank">Oldham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/541" title="go to Rochdale" target="_blank">Rochdale</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/470" title="go to Salford" target="_blank">Salford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/532" title="go to Stockport" target="_blank">Stockport</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/166" title="go to Merseyside" target="_blank">Merseyside</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/105" title="go to Middlesex" target="_blank">Middlesex</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/471" title="go to Staines" target="_blank">Staines</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/167" title="go to Norfolk" target="_blank">Norfolk</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/408" title="go to Norwich" target="_blank">Norwich</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/169" title="go to Northamptonshire" target="_blank">Northamptonshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/409" title="go to Northampton" target="_blank">Northampton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/410" title="go to Peterborough" target="_blank">Peterborough</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/170" title="go to Northumberland" target="_blank">Northumberland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/494" title="go to Berwick-upon-Tweed" target="_blank">Berwick-upon-Tweed</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/585" title="go to Gateshead" target="_blank">Gateshead</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/394" title="go to Newcastle-Upon-Tyne" target="_blank">Newcastle-Upon-Tyne</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/171" title="go to Nottinghamshire" target="_blank">Nottinghamshire</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/108" title="go to Oxfordshire" target="_blank">Oxfordshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/495" title="go to Banbury" target="_blank">Banbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/472" title="go to Henley-on-Thames" target="_blank">Henley-on-Thames</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/202" title="go to Oxford" target="_blank">Oxford</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/158" title="go to Rutland" target="_blank">Rutland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/473" title="go to Oakham" target="_blank">Oakham</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/107" title="go to Shropshire" target="_blank">Shropshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/498" title="go to Oswestry" target="_blank">Oswestry</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/496" title="go to Shrewsbury" target="_blank">Shrewsbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/497" title="go to Telford" target="_blank">Telford</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/130" title="go to Somerset" target="_blank">Somerset</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/499" title="go to Glastonbury" target="_blank">Glastonbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/500" title="go to Taunton" target="_blank">Taunton</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/168" title="go to Staffordshire" target="_blank">Staffordshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/530" title="go to Royal Leamington Spa" target="_blank">Royal Leamington Spa</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/501" title="go to Stafford" target="_blank">Stafford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/502" title="go to Stoke-on-Trent" target="_blank">Stoke-on-Trent</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/503" title="go to Wolverhampton" target="_blank">Wolverhampton</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/174" title="go to Suffolk" target="_blank">Suffolk</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/505" title="go to Felixstowe" target="_blank">Felixstowe</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/504" title="go to Ipswich" target="_blank">Ipswich</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/142" title="go to Surrey" target="_blank">Surrey</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/411" title="go to Guildford" target="_blank">Guildford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/506" title="go to Woking" target="_blank">Woking</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/99" title="go to Sussex" target="_blank">Sussex</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/415" title="go to Brighton" target="_blank">Brighton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/402" title="go to Chichester" target="_blank">Chichester</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/414" title="go to Eastbourne" target="_blank">Eastbourne</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/412" title="go to Hastings" target="_blank">Hastings</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/203" title="go to Warwickshire" target="_blank">Warwickshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/416" title="go to Coventry" target="_blank">Coventry</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/508" title="go to Rugby" target="_blank">Rugby</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/509" title="go to Solihull" target="_blank">Solihull</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/204" title="go to Stratford-on-Avon" target="_blank">Stratford-on-Avon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/507" title="go to Warwick" target="_blank">Warwick</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/175" title="go to West Midlands" target="_blank">West Midlands</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/417" title="go to Birmingham" target="_blank">Birmingham</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/143" title="go to Wiltshire" target="_blank">Wiltshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/386" title="go to Bath" target="_blank">Bath</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/510" title="go to Salisbury" target="_blank">Salisbury</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/418" title="go to Swindon" target="_blank">Swindon</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/151" title="go to Worcestershire" target="_blank">Worcestershire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/529" title="go to Kidderminster" target="_blank">Kidderminster</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/511" title="go to Worcester" target="_blank">Worcester</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/152" title="go to Yorkshire" target="_blank">Yorkshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/535" title="go to Barnsley" target="_blank">Barnsley</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/422" title="go to Bradford" target="_blank">Bradford</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/423" title="go to Doncaster" target="_blank">Doncaster</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/514" title="go to Halifax" target="_blank">Halifax</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/515" title="go to Harrogate" target="_blank">Harrogate</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/528" title="go to Huddersfield" target="_blank">Huddersfield</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/420" title="go to Hull" target="_blank">Hull</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/436" title="go to Leeds" target="_blank">Leeds</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/513" title="go to Middlesbrough" target="_blank">Middlesbrough</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/540" title="go to Ripon" target="_blank">Ripon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/542" title="go to Rotherham" target="_blank">Rotherham</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/421" title="go to Sheffield" target="_blank">Sheffield</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/419" title="go to York" target="_blank">York</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/57" title="go to Northern Ireland" target="_blank">Northern Ireland</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/343" title="go to Belfast" target="_blank">Belfast</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/176" title="go to County Antrim" target="_blank">County Antrim</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/438" title="go to Carrick-A-Rede" target="_blank">Carrick-A-Rede</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/437" title="go to Giants Causeway" target="_blank">Giants Causeway</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/177" title="go to County Armargh" target="_blank">County Armargh</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/178" title="go to County Down" target="_blank">County Down</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/179" title="go to County Fermanagh" target="_blank">County Fermanagh</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/180" title="go to County Londonderry" target="_blank">County Londonderry</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/181" title="go to County Tyrone" target="_blank">County Tyrone</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/702" title="go to Northern Ireland" target="_blank">Northern Ireland</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/55" title="go to Scotland" target="_blank">Scotland</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/187" title="go to Aberdeenshire" target="_blank">Aberdeenshire</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/543" title="go to Aberdeen" target="_blank">Aberdeen</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/732" title="go to heaven is a plaice" target="_blank">heaven is a plaice</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/733" title="go to sad dsad fgsf" target="_blank">sad dsad fgsf</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/194" title="go to Angus" target="_blank">Angus</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/545" title="go to Arbroath" target="_blank">Arbroath</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/544" title="go to Dundee" target="_blank">Dundee</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/546" title="go to Montrose" target="_blank">Montrose</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/192" title="go to Argyll and Bute" target="_blank">Argyll and Bute</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/548" title="go to Dunoon" target="_blank">Dunoon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/547" title="go to Oban" target="_blank">Oban</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/184" title="go to Ayrshire" target="_blank">Ayrshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/565" title="go to Ayr" target="_blank">Ayr</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/564" title="go to Kilmarnock" target="_blank">Kilmarnock</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/183" title="go to Central" target="_blank">Central</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/572" title="go to Clackmannanshire" target="_blank">Clackmannanshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/425" title="go to Edinburgh" target="_blank">Edinburgh</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/424" title="go to Glasgow" target="_blank">Glasgow</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/185" title="go to Dumfries and Galloway" target="_blank">Dumfries and Galloway</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/562" title="go to Gretna" target="_blank">Gretna</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/563" title="go to Stranraer" target="_blank">Stranraer</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/186" title="go to Fife" target="_blank">Fife</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/549" title="go to Dunfermline" target="_blank">Dunfermline</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/188" title="go to Highlands and Islands" target="_blank">Highlands and Islands</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/566" title="go to Caithness" target="_blank">Caithness</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/568" title="go to Fort William" target="_blank">Fort William</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/441" title="go to Inverness" target="_blank">Inverness</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/730" title="go to Isle of Skye" target="_blank">Isle of Skye</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/567" title="go to John O' Groats" target="_blank">John O' Groats</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/559" title="go to Inverclyde" target="_blank">Inverclyde</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/560" title="go to Greenock" target="_blank">Greenock</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/193" title="go to Lanarkshire" target="_blank">Lanarkshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/550" title="go to East Kilbride" target="_blank">East Kilbride</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/551" title="go to Hamilton" target="_blank">Hamilton</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/552" title="go to Motherwell" target="_blank">Motherwell</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/189" title="go to Moray" target="_blank">Moray</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/554" title="go to Elgin" target="_blank">Elgin</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/561" title="go to Nairn" target="_blank">Nairn</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/191" title="go to Perth & Kinross" target="_blank">Perth & Kinross</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/553" title="go to Perth" target="_blank">Perth</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/557" title="go to Renfrewshire" target="_blank">Renfrewshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/558" title="go to Paisley" target="_blank">Paisley</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/182" title="go to Scottish Borders" target="_blank">Scottish Borders</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/190" title="go to Stirlingshire" target="_blank">Stirlingshire</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/556" title="go to Falkirk" target="_blank">Falkirk</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/555" title="go to Stirling" target="_blank">Stirling</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/569" title="go to West Lothian" target="_blank">West Lothian</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/570" title="go to Livingston" target="_blank">Livingston</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/56" title="go to Wales" target="_blank">Wales</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/382" title="go to Anglesey" target="_blank">Anglesey</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/197" title="go to Carmarthenshire" target="_blank">Carmarthenshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/196" title="go to Ceridigion" target="_blank">Ceridigion</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/200" title="go to Conwy" target="_blank">Conwy</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/378" title="go to Denbighshire" target="_blank">Denbighshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/380" title="go to Flintshire" target="_blank">Flintshire</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/199" title="go to Glamorgan" target="_blank">Glamorgan</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/439" title="go to Cardiff" target="_blank">Cardiff</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/198" title="go to Gwynedd" target="_blank">Gwynedd</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/440" title="go to Portmeirion" target="_blank">Portmeirion</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/379" title="go to Monmouthshire" target="_blank">Monmouthshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/201" title="go to Pembrokeshire" target="_blank">Pembrokeshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/384" title="go to Powys" target="_blank">Powys</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/381" title="go to Wrexham" target="_blank">Wrexham</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/74" title="go to Mediterranean" target="_blank">Mediterranean</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/75" title="go to Middle East" target="_blank">Middle East</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/29" title="go to Egypt" target="_blank">Egypt</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/60" title="go to Red Sea" target="_blank">Red Sea</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/61" title="go to Israel" target="_blank">Israel</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/578" title="go to Jordan" target="_blank">Jordan</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/579" title="go to Petra" target="_blank">Petra</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/574" title="go to Turkey" target="_blank">Turkey</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/219" title="go to Oceans" target="_blank">Oceans</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/71" title="go to Pacific" target="_blank">Pacific</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/443" title="go to Galapagos" target="_blank">Galapagos</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/65" title="go to Micronesia" target="_blank">Micronesia</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/27" title="go to Palau" target="_blank">Palau</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/297" title="go to Phillipines" target="_blank">Phillipines</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/70" title="go to Truk Lagoon" target="_blank">Truk Lagoon</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/95" title="go to This Studio" target="_blank">This Studio</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/286" title="go to People Costumes" target="_blank">People Costumes</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/207" title="go to portraits" target="_blank">portraits</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/209" title="go to ethnic" target="_blank">ethnic</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/210" title="go to black" target="_blank">black</a>
</span>
<ul class="nested">
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/211" title="go to arab" target="_blank">arab</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/212" title="go to muslim" target="_blank">muslim</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/215" title="go to Asians" target="_blank">Asians</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/213" title="go to indian" target="_blank">indian</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/214" title="go to negroes" target="_blank">negroes</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/217" title="go to mixed race" target="_blank">mixed race</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/208" title="go to faces" target="_blank">faces</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/216" title="go to White caucasian" target="_blank">White caucasian</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/125" title="go to West" target="_blank">West</a>
</span>
</li></ul>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/86" title="go to USA" target="_blank">USA</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/599" title="go to Alabama" target="_blank">Alabama</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/600" title="go to Alaska" target="_blank">Alaska</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/139" title="go to Arizona" target="_blank">Arizona</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/601" title="go to Arkansas" target="_blank">Arkansas</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/87" title="go to California" target="_blank">California</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/89" title="go to LA" target="_blank">LA</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/122" title="go to Monterey" target="_blank">Monterey</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/26" title="go to Napa Valley" target="_blank">Napa Valley</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/90" title="go to San Francisco" target="_blank">San Francisco</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/592" title="go to Colorado" target="_blank">Colorado</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/91" title="go to Florida" target="_blank">Florida</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/9" title="go to Crystal River" target="_blank">Crystal River</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/96" title="go to Orlando" target="_blank">Orlando</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/112" title="go to Animal Kingdom" target="_blank">Animal Kingdom</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/111" title="go to Sea World" target="_blank">Sea World</a>
</span>
</li></ul>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/602" title="go to Georgia" target="_blank">Georgia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/123" title="go to Hawaii" target="_blank">Hawaii</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/133" title="go to Idaho" target="_blank">Idaho</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/317" title="go to Illinois" target="_blank">Illinois</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/603" title="go to Indiana" target="_blank">Indiana</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/604" title="go to Iowa" target="_blank">Iowa</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/605" title="go to Kansas" target="_blank">Kansas</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/606" title="go to Kentucky" target="_blank">Kentucky</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/98" title="go to Louisiana" target="_blank">Louisiana</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/88" title="go to New Orleans" target="_blank">New Orleans</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/607" title="go to Maine" target="_blank">Maine</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/608" title="go to MaryLand" target="_blank">MaryLand</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/609" title="go to Massachusetts" target="_blank">Massachusetts</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/610" title="go to Michigan" target="_blank">Michigan</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/591" title="go to Minnesota" target="_blank">Minnesota</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/611" title="go to Missouri" target="_blank">Missouri</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/132" title="go to Montana" target="_blank">Montana</a>
</span>
</li>
<li>
<span class="ben-tree-caret">
<a href="https://www.stockphotography.co.uk/places/97" title="go to Nevada" target="_blank">Nevada</a>
</span>
<ul class="nested">
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/92" title="go to Las Vegas" target="_blank">Las Vegas</a>
</span>
</li></ul>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/612" title="go to New Hampshire" target="_blank">New Hampshire</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/613" title="go to New Jersey" target="_blank">New Jersey</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/614" title="go to New Jersey" target="_blank">New Jersey</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/615" title="go to New Mexico" target="_blank">New Mexico</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/135" title="go to New York" target="_blank">New York</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/734" title="go to New York state" target="_blank">New York state</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/616" title="go to North Carolina" target="_blank">North Carolina</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/617" title="go to North Dakota" target="_blank">North Dakota</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/618" title="go to Ohio" target="_blank">Ohio</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/619" title="go to Oklahoma" target="_blank">Oklahoma</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/620" title="go to Oregon" target="_blank">Oregon</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/621" title="go to Pennsylvania" target="_blank">Pennsylvania</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/622" title="go to Rhode Island" target="_blank">Rhode Island</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/623" title="go to South Carolina" target="_blank">South Carolina</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/595" title="go to South Dakota" target="_blank">South Dakota</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/624" title="go to Texas" target="_blank">Texas</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/131" title="go to Utah" target="_blank">Utah</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/625" title="go to Vermont" target="_blank">Vermont</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/626" title="go to Virginia" target="_blank">Virginia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/594" title="go to Washington State" target="_blank">Washington State</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/627" title="go to West Virginia" target="_blank">West Virginia</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/628" title="go to Wisconsin" target="_blank">Wisconsin</a>
</span>
</li>
<li>
<span class="">
<a href="https://www.stockphotography.co.uk/places/593" title="go to Wyoming" target="_blank">Wyoming</a>
</span>
</li></ul>
</li>
</ul>
body{
font-size: 2em;
}
ul, .ben-tree-ul {
list-style-type: none;
}
.ben-tree-ul {
margin: 0;
padding: 0;
}
.ben-tree-caret {
cursor: pointer;
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none;
}
.ben-tree-caret::before {
content: "\25B6";
color: black;
display: inline-block;
margin-right: 6px;
}
.ben-tree-caret-down::before {
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari */'
transform: rotate(90deg);
}
.nested {
display: none;
}
.active {
display: block;
}
var toggler = document.getElementsByClassName("ben-tree-caret");
var i;
for (i = 0; i < toggler.length; i++) {
toggler[i].addEventListener("click", function() {
this.parentElement.querySelector(".nested").classList.toggle("active");
this.classList.toggle("ben-tree-caret-down");
});
}
Also see: Tab Triggers