$(document).ready(function(){
 $('#avison-slider')
  .anythingSlider({
   width          : 875,
   height         : 310,
	buildArrows         : true,
   resizeContents      : false,
   autoPlay            : true,
   pauseOnHover        : true,
   delay               : 4500,
   buildNavigation     : false,
   startPanel          : 1,
   theme           : 'metallic',
  })
  
});
