jQuery(document).ready(function ()
{
   $('#slider1').anythingSlider({
      width: 610,   // if resizeContent is false, this is the default width if panel size is not defined
      autoPlay: false,
      resizeContents: false, // If true, solitary images/objects in the panel will expand to fit the viewport
      buildNavigation: false,
      easing: "easeInOutExpo",
      animationTime: 700,
      startStopped: true
   });
   $('#page-content-navigation').css({ display: '' });
});
