I basically have a lightbox feature where when you click on on 1 image it then appears bigger which works for me. But what I want is once I click the 1 image on the html page, I want more than 1 image to appear bigger which will allow me to flick though, how do i do this?

Help is appreciated

My code:
Code:
<div id="web1"><a href="Images/Portfolio/web1large2.jpg" rel="lightbox" ><img src="Images/Portfolio/web1.png" alt=""/></a></div>