$(document).ready(function(){
	$(window).bind("load", function() { 
	   $("div#slideshow_1").slideViewerPro({ 
        	galBorderWidth: 0, 
        	/*galBorderColor:"#5e6153",*/
        	thumbsPercentReduction:1,
        	buttonsWidth:5,
       		autoslide: true,  
       		asTimer: 7000,
        	thumbsVis: false, 
        	shuffle: false
        });
	   
	   $("div#slideshow_2").slideViewerPro({ 
       	galBorderWidth: 0, 
       	/*galBorderColor:"#5e6153",*/
       	thumbsPercentReduction:1,
       	buttonsWidth:5,
      		autoslide: true,  
      		asTimer: 7000,
       	thumbsVis: false, 
       	shuffle: true
       });
	});
});
