Need professional help !

Need professional help !

Need professional help !

Remodel existing gallery under its own way. I want to remove the switch from photo to the next, and that would shut the photos from clicks on it and not on the X in the corner.
Upload a picture file did not work.
Threw on file sharing: http://fracton.rgho.st/68XLrryK2
I found the code:
Use CSS3: enlarging a photo when clicked.

<Style type = "text / css">
.vkl3> br,
.vkl3> a: nth-of-type (2)
.vkl3> br: target ~ a: nth-of-type (1) {display: none;}

.vkl3> br {position: fixed;}

.vkl3> br: target ~ a: nth-of-type (2) {display: block;}
</ Style>

<Figure class = "vkl3">
<br id="vkl3"/>
<a href="#vkl3">
<Img src = "thumbnail" />
</a>
<a href="#close">
<Img src = "original" />
</a>
</ Figure>
I want to move away option of closing a photo by clicking, leave the existing settings and the opening of the show. But I do not know how to attach one to the other.

All hope for you!