jQuery(document).ready(function(){
	jQuery("a[rel='lightbox[maxigallery]']").nyroModal({
        contentError:'',
        type:'image',
        errorClass:'',
        resizeable:false,
        debug:false,
        css:{content:{overflow: 'hidden'}},
        minWidth: 1,
        minHeight: 1,
        gallery:'lightbox'
    });
});
