When I clik on the image the close button on the top are not set very well as you can see in the url image below:
I found this css to change it but it doesn’t work
div.pp_default .pp_close {
width: 30px;
height: 30px;
background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
cursor: pointer;
}