I am using fancyapp and would like to show 2 images as inline lightbox, but allowing multiple inline lightbox to work like gallery , so just like a gallery user can click a next arrow to open next div so for eg
<a class="various" href="#inline">Inline -Multiple image</a>
<a class="various" href="#inline2">Inline</a>
<a class="various" href="#inline3">Inline</a>
<div id='inline' class=''></div>
<div id='inline2' class=''></div>
<div id='inline3' class=''></div>
on click of anchor tag with href=#inline2 and next is clicked inline3 div gets opened and if we press left keyboard key/arrow inline1 gets opened, so basically same as gallery functionality but as inline . Here is the fiddle