jQuery.noConflict();
jQuery(document).ready(
				function(){
					
					jQuery('.slideshow ul').innerfade({
						speed: 1500,
						timeout: 10000,
						type: 'sequence',
						containerheight: '221px'
					});			
			
			jQuery('.EC_linkout_and_postid').next('a').css('font-family','arial');
			
			});
