Hi all,
I found a bug in the lightbox css file
When you click on an image to enlarge it there should be a close button in the bottom right corner but you will notice it isnt there.
To fix this problem edit the lightbox.css file and find the follow
Line 25: #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;}
and replace it with
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right; padding-bottom: 0.7em; outline: none; background-image: url(../images/closelabel.gif); background-repeat: no-repeat;}
Save it and not open the details of a vehicle then click the images now you have a close button
Hope this helps someone that has been having this problem
Cheers
Paul