$(document).ready(function() {

// AnythingSlider init
$(function () {
  $('#slider1').anythingSlider({
    width: 170,
    height: 170,
    theme: "minimalist-square",
    buildArrows: false
  }); // add any non-default options here
});
})

