	$(document).ready(function(){
		$('#ds_content').css({'height':'225px','width':'440px'}); 
		$('ul#ds_InnerFade').css({'list-style':'none','margin':'0','padding':'0'});
		$('ul#ds_InnerFade').innerfade({
			animationtype: 'fade',
			speed: 4000,
			timeout: 7000,
			type: 'sequence'

		});
	});


