$(document).ready(function(){
	$("#overlay").dropShadow();	
	
	$(function() {
		$('#slideshow').cycle({
			fx:     'fade', 
			speed:   2000, 
			timeout: 6000,
			random: 1
		});	
	});

	$(function() {
		$('#testimonials').cycle({
			fx:     'fade', 
			speed:   1000, 
			timeout: 8000,
			random: 1
		});
	});

});
