/* Testimonials and Eye Candy JS */
$(function () {
	$('#eye_candy_home').cycle({ 
		prev:   '#previous_testimonial_link', 
		next:   '#next_testimonial_link',
		pause: true, 
		timeout: 6000,
		speed: 1000
	});

});
$(function () {
	$('#eye_candy_contract').cycle({ 
		prev:   '#previous_testimonial_link', 
		next:   '#next_testimonial_link',
		pause: true, 
		timeout: 6000,
		speed: 1000
	});

});

$(function () {
	$('#eye_candy_manufacturing').cycle({ 
		prev:   '#previous_testimonial_link', 
		next:   '#next_testimonial_link',
		pause: true, 
		timeout: 6000,
		speed: 1000
	});

});

$(function () {
	$('#eye_candy_energy').cycle({ 
		prev:   '#previous_testimonial_link', 
		next:   '#next_testimonial_link',
		pause: true, 
		timeout: 6000,
		speed: 1000
	});

});