Is it possible to add media jquery's into your jquery code?
I need to reduce "slideWidth: 83," when my screen hits a size of 800px;
$(document).ready(function(){
  $('.slider4').bxSlider({
    slideWidth: 83,
    minSlides: 2,
    maxSlides: 9,
    moveSlides: 1,
    slideMargin: 15
  });
});