$(window).bind("load", function() {
	$("div#noui").slideViewerPro({
		galBorderWidth: 10, 
        galBorderColor: "#191919",
		autoslide: true,
		easeTime: 750, // the time it takes a slide to move to its position 
		asTimer: 5000, // if autoslide is true, this is the interval between each slide 
		thumbsVis: false,
		shuffle: false,
		typo: true
		});	
});