$(function() {
				$('#one').ContentSlider({
					width : '901px',
					height : '297px',
					speed : 800,
					easing : 'easeInOutBack'
				});
			});
			$(function() {
				$('#two').ContentSlider({
					width : '901px',
					height : '269px',
					speed : 400,
					easing : 'easeOutQuad',
					textResize : true
				});
			});
