// JavaScript Document
	$(function() {
	$('#one').ContentSlider({
	width : '960px',
	height : '250px',
	speed : 400,
	easing : 'easeOutSine'
	});
	});
