| Krynauw Family |
$jquery(function() {
var options = {
imageLoading: "/components/com_mornegalleries/images/lightbox-ico-loading.gif",
imageBtnPrev: "/components/com_mornegalleries/images/lightbox-btn-prev.gif",
imageBtnNext: "/components/com_mornegalleries/images/lightbox-btn-next.gif",
imageBtnClose: "/components/com_mornegalleries/images/lightbox-btn-close.gif",
imageBlank: "/components/com_mornegalleries/images/lightbox-blank.gif"
};
$jquery("a.jqlightbox").lightBox(options);
});
|