jQuery(document).ready( function() {
	jQuery("#departmentImages").dropShadow();
	jQuery("#rightNavWrapper").dropShadow({opacity:0.1});
});