$(window).bind("load", function(){
  $("#slideshow").slideViewerPro({
    thumbs: 3,
    thumbsPercentReduction: 12,
    galBorderWidth: 0,
    galBorderColor: "aqua",
    thumbsTopMargin: 235,
    thumbsRightMargin: 10,
    thumbsBorderWidth: 3,
    thumbsBorderColor: "#F1F1F1",
    thumbsActiveBorderColor: "#D37319",
    thumbsActiveBorderOpacity: 1,
    thumbsBorderOpacity: 1,
    buttonsTextColor: "#FFFFFF",
    shuffle: true,
    autoslide: true
  });
  $("#thumbSlider0").css("left", 220);
});
