$(document).ready(function() {
    // run the code in the markup!
    $('#hero').cycle({
    fx:    'fade',
    speed:  4000
 	});
});





			$(function() {
			$('.pageImages a').lightBox({
			fixedNavigation: 'true',
			imageLoading: '/core/images/lightbox-ico-loading.gif',
			imageBtnClose: '/core/images/lightbox-btn-close.gif',
			imageBtnPrev: '/core/images/lightbox-btn-prev.gif',
			imageBtnNext: '/core/images/lightbox-btn-next.gif'
		   });
		});
    	