$(document).ready(function(){
	$('.featuredproducts ul').anythingSlider({
		width               : 400,
		height              : 75,
		resizeContents      : false,
		delay               : 4000,
		animationTime       : 600,
		buildNavigation     : false,
		stopText            : '',
		startText            : ''
	});
});
