$(document).ready(function () { 
 
  if($('#s3slider').length)
   {
	   $('#s3slider').s3Slider({
		  timeOut: 2000
	   });
	}

}); 

