$(document).ready(function(){	
	$('#header').cycle('fade').dropShadow();
	$('#content').dropShadow();
});


