$(function() {


// homepage sliders

// large image
 	$('#slideshow').before('<div id="slideshowNavContainer"><ul id="slideshowNav">').cycle({
 		speed:  1000,
 		timeout: 6000
 	});

// box text
 	$('#slideshowText').cycle({
 		fx:     'fade',
 		speed:  1000,
 		timeout: 6000,
 		cleartype: !$.support.opacity, 
 		cleartypeNoBg: true
	});

// applies margin on results page to odd pages
	$('div.resultbox:nth-child(2n)').addClass('boxmar');
	
// case study accordian
//	$('#accordian').accordion({     
//		autoheight: false 
//	});



});
