/* Custom scripts */
/*	
	Project name: Aztec Property Valuers
	Project URI: http://www.aztecpropertyvaluers.com/
	Author name: Ben Wellby
	Date: 25.03.11
	Version: 1
*/
/* cycle (http://jquery.malsup.com/cycle/) */
$(document).ready(function() {		
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 10000,
		speed: 500,
		pause: 1,
		prev: '#prev',
		next: '#next',
		pager: '#nav',
		cleartype: false // disable cleartype corrections
	});
	
	$('#testimonials').cycle({
		fx: 'fade',
		timeout: 15000,
		speed: 500,
		random: 1,
		cleartype: false // disable cleartype corrections
	});
});
