jQuery(document).ready(function() {

    $("#msbgallery").click(function() {
		$.fancybox([
                        'http://www.mainstreetbatesville.org/images/gallery/100_0330.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/BEN_6876.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/BEN_6905.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/Batesville00.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/DSC_0034_00.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/DSC_0053.jpg',
                        'http://www.mainstreetbatesville.org/images/gallery/DSC_5343_00.jpg',			
                        

		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0,
		        'titlePosition' 	: 'over',
		        'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
		});
	});
});
