// JavaScript Document

$(window).bind("load", function() {
	$("div#svwpSet").slideViewerPro({
		autoslide: true, 
		shuffle: false,
		asTimer: 3500, 
		thumbsActiveBorderColor: "silver",
		buttonsTextColor: "silver",
		typo: false,
		galBorderWidth: 0,
		thumbsBorderOpacity: 0 
		});	
		});
