$(document).ready(
   function(){
	$('div#rightcolumn div.content-view-column div.class-slideshow ul').innerfade({
			animationtype: 'fade',
			speed: 1000,
			timeout: 6000,
			type: 'sequence',
			containerheight: 'auto'
		});
			
});

