Thanks for letting us at Katy Birth Center be a part of your journey!
In order to make a credit card payment online, please enter payment amount below:
(function($) {
//remove a tag from ngg slideshow images to prevent redirecting to image file
$('.ngg-gallery-slideshow-image img').each(function(){
$(this).unwrap('a');
});
// add slide next when the image is clicked to replicate the old ngg slideshow function
$('.ngg-slideshow').click(function(){
$('.ngg-slideshow').slick('slickNext');
});
})( jQuery );