$(document).ready(function() {
    $('#home-img-1').cycle({
		fx: 'fade',
        speed: 1500,
        timeout: 6000,
		delay: -5000
	});    
	$('#home-img-2').cycle({
		fx: 'fade',
        speed: 1500,
        timeout: 6000,
        delay: -3000
	});    
	$('#home-img-3').cycle({
		fx: 'fade',
        speed: 1500,
        timeout: 6000,
        delay: -1000
	});
	$(".slogan").dropShadow({left: 1, top: 1, opacity: 0.5, blur: 1});
	$("#home-modules-box h3").dropShadow({left: 1, top: 1, opacity: 0.2, blur: 1});
	$(".subpage img").dropShadow({left: 2, top: 2, opacity: 0.5, blur: 1});
});