$(document).ready(function(){
	$('#carousel ul').cycle({
		fx: 'fade',
   		pause:   1 ,
		random: 1,
		fit: 1,
		height: '282', 
		width: '970',
		timeout: 8000,
		cleartypeNoBg:true 
	});
	
	$('label').inFieldLabels();
	
	$('#testimonials_content ul').cycle({
		fx: 'fade',
   		pause:   1 ,
		random: 1,
		fit: 1,
		timeout: 10000 
	});
});
