$(document).ready(function(){
		jQuery('ul.mainNavigation').superfish({
			autoArrows:    false,
		});
		// $('#Quotes').cycle('fade');
		$('.ngg-gallery-thumbnail a').lightBox({
		overlayBgColor: '#FFF',
		overlayOpacity: 0.6,
		imageLoading: 'http://aerodomo.com/wp-content/themes/Aerodomo/images/lightbox-ico-loading.gif',
		imageBtnClose: 'http://aerodomo.com/wp-content/themes/Aerodomo/images/lightbox-btn-close.gif',
		imageBtnPrev: 'http://aerodomo.com/wp-content/themes/Aerodomo/images/lightbox-btn-prev.gif',
		imageBtnNext: 'http://aerodomo.com/wp-content/themes/Aerodomo/images/lightbox-btn-next.gif'
   		});
	
	});
	