<!--
// JavaScript Document
$(window).bind("load", function() {
	$("div#main_slider").slideViewerPro({
		thumbs: 4,
		autoslide: true,
		easeTime: 1000,
		asTimer: 7000,
		typo: false,
		shuffle: false,
		
		galBorderWidth: 0,
		
		buttonsTextColor: "#707070",
		buttonsWidth: 40,
		
		thumbsPercentReduction: 20,
		thumbsBorderOpacity: 0,
		thumbsTopMargin: 5,
		thumbsRightMargin: 5,
		thumbsBorderWidth: 1,
		thumbsActiveBorderOpacity: 0.8,
		thumbsActiveBorderColor: "#C9252C"
	});
});
//-->
