$(document).ready(function() {
	$('#banner ul#images').cycle({
		fx: 'fade',
		speed:  2500,
		timeout:  5000
	});
			$(document).ready(function() {
				$("#twitter").getTwitter({
					userName: "ecovisionUK",
					numTweets: 2,
					loaderText: "Loading tweets...",
					slideIn: true,
					showHeading: false,
					headingText: "Latest Tweets",
					showProfileLink: true
				});
			});
	$('#fancyClock').tzineClock();
	$('#banner ul#caption').cycle({
		fx: 'fade',
		speed:  2500,
		timeout:  10000,
		pause: 1
	});
	$('#nav-' + $('#primary').attr('class')).addClass('active');

        $('#gallery a').lightBox();
   



});

