// JavaScript Document
$(window).bind("load", function() { 
  $("div#fewoptions").slideViewerPro({ 
        thumbs: 4,  
        thumbsPercentReduction: 20, 
        galBorderWidth: 0, 
        galBorderColor: "aqua", 
        thumbsTopMargin: 10, 
        thumbsRightMargin: 10, 
        thumbsBorderWidth: 5, 
        thumbsActiveBorderColor: "4671D5", 
        thumbsActiveBorderOpacity: 0.8, 
        thumbsBorderOpacity: 0, 
        buttonsTextColor: "#707070", 
        leftButtonInner: "<img src='http://www.gcmingati.net/wordpress/wp-content/uploads/larw.gif' />", 
        rightButtonInner: "<img src='http://www.gcmingati.net/wordpress/wp-content/uploads/rarw.gif' />", 
        autoslide: true,  
        typo: false 
        });      
}); 

