$(function () {	
					if($('#slider-d-56250 > *').length > 0){
						$('#slider-d-56250').anythingSlider({		
							width               : 900,
							height              : 250,						
							resizeContents      : true,
							buildArrows         : false,
							autoPlay            : true,
							startStopped        : false,
							delay               : 5000,
							animationTime       : 800
						});
					}
				});
