$(document).ready(function() {

	$('.cycle > div:not(.news_item)').remove();
	$('.cycle').cycle({next: '#next', prev: '#prev'});
	
	if ($('.msl_eventlist > div div').length) {$('.msl_eventlist > div').cycle({next: '.eventlist.forward', prev: '.eventlist.backward'});}

	// Remove extraneous divs from carousels
	$('.gallery').find('a').removeAttr('target');
	$('.gallery').find('a').lightBox();

	//run the carousel
	$("#gallery").jCarouselLite({
		btnNext: ".photolist.forward",
		btnPrev: ".photolist.backward",
		auto: 8000,
		speed: 1000,
		scroll:2,
		visible:5
	});
	$(".gallery").css('width', '435px');
	$('.equal').equalHeights();
	$('.equal2').equalHeights();

	$('.getintouch').click(function() {
		$('#contact-form').fadeToggle();
	});

});
