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

