<h2 style="text-align:center">Lightbox</h2>
<img src="http://static.runcodex.com/images/demo/demo1.jpg" style="width:100%" onclick="openModal();currentSlide(1)" class="hover-shadow cursor">
<img src="http://static.runcodex.com/images/demo/demo2.jpg" style="width:100%" onclick="openModal();currentSlide(2)" class="hover-shadow cursor">
<img src="http://static.runcodex.com/images/demo/demo3.jpg" style="width:100%" onclick="openModal();currentSlide(3)" class="hover-shadow cursor">
<img src="http://static.runcodex.com/images/demo/demo4.jpg" style="width:100%" onclick="openModal();currentSlide(4)" class="hover-shadow cursor">
<div id="myModal" class="modal">
<span class="close cursor" onclick="closeModal()">×</span>
<div class="modal-content">
<div class="numbertext">1 / 4</div>
<img src="http://static.runcodex.com/images/demo/demo1.jpg" style="width:100%">
<div class="numbertext">2 / 4</div>
<img src="http://static.runcodex.com/images/demo/demo2.jpg" style="width:100%">
<div class="numbertext">3 / 4</div>
<img src="http://static.runcodex.com/images/demo/demo3.jpg" style="width:100%">
<div class="numbertext">4 / 4</div>
<img src="http://static.runcodex.com/images/demo/demo4.jpg" style="width:100%">
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<div class="caption-container">
<img class="demo cursor" src="http://static.runcodex.com/images/demo/demo1.jpg" style="width:100%" onclick="currentSlide(1)" alt="Nature and sunrise">
<img class="demo cursor" src="http://static.runcodex.com/images/demo/demo2.jpg" style="width:100%" onclick="currentSlide(2)" alt="Trolltunga, Norway">
<img class="demo cursor" src="http://static.runcodex.com/images/demo/demo3.jpg" style="width:100%" onclick="currentSlide(3)" alt="Mountains and fjords">
<img class="demo cursor" src="http://static.runcodex.com/images/demo/demo4.jpg" style="width:100%" onclick="currentSlide(4)" alt="Northern Lights">