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

