
$(function() {
	$('.gallery a').lightBox({
		overlayBgColor: '#000',
		overlayOpacity: 0.7,
		imageLoading: 'http://ehotels-bg.com/wp-content/themes/ehotels/images/lightbox-loading.gif',
		imageBtnClose: 'http://ehotels-bg.com/wp-content/themes/ehotels/images/lightbox-btn-close.gif',
		imageBtnPrev: 'http://ehotels-bg.com/wp-content/themes/ehotels/images/lightbox-btn-prev.gif',
		imageBtnNext: 'http://ehotels-bg.com/wp-content/themes/ehotels/images/lightbox-btn-next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Image',
		txtOf: 'of',
		fixedNavigation:true
	});
});
