$(document).ready(function(){
	
	$('.ngg-gallery-thumbnail a').lightBox({
		
		imageLoading: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/loading.gif',
		imageBtnClose: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/close.gif',
		imageBtnPrev: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/prev.gif',
		imageBtnNext: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/next.gif'

	});
	
	$('.ngg-widget a').lightBox({
		
		imageLoading: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/loading.gif',
		imageBtnClose: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/close.gif',
		imageBtnPrev: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/prev.gif',
		imageBtnNext: 'http://photobyviggo.com/wp/wp-content/themes/blacknblue/lightbox/images/next.gif'

	});

	
	$('.ngg-gallery-thumbnail a').mouseenter(function(){
		$(this).children("span").slideToggle();
	}).mouseleave(function(){
		$(this).children("span").slideToggle();
	});
	
});
