in the /galleries/ribbon_fullsize_lightbox/css/common.css file, edit the following css:
.pg-rfl .fullsize .fullsize-enlarge {
background-image: url(../images/enlarge.png);
background-repeat: no-repeat;
background-position: 50% 50%;
width: 782px;
height: 481px;
position: absolute;
z-index: 100;
cursor: pointer;
display: none;
}
change the z-index:
z-index: 100;
to1:
z-index: 1;


