//global.js

jQuery(document).ready(function(){
	 //jQuery('.dropshadow').dropShadow();

	jQuery('.slideshow').cycle({
		fx: 'fade',
                pause: true
	});

});

