for the record added .content to the code here:
jQuery(document).ready(function($){
if (navigator.platform == “iPad”) return;
jQuery(“.content img”).lazyload({
effect:”fadeIn”,
placeholder: “$placeholdergif”
});
for the record what was needed was
.ngg-singlepic:hover {
background-color: #cccccc;
}
+1, slideshow of recent images please!!