$(window).bind("load", function() {
	$("div#fewoptions").slideViewerPro({
		thumbs: 9, 
		thumbsPercentReduction: 10,
		galBorderWidth: 0,
		galBorderColor: "aqua",
		thumbsTopMargin: 0,
		thumbsRightMargin: 0,
		thumbsBorderWidth: 4,
		thumbsActiveBorderColor: "#b0c01f",
		thumbsActiveBorderOpacity: 0.8,
		thumbsBorderOpacity: 0,
		buttonsTextColor: "#707070",
		leftButtonInner: "<img src='images/larw.gif' />",
		rightButtonInner: "<img src='images/rarw.gif' />",
		buttonsWidth: 46,
		autoslide: true, 
		typo: true
		});	

});
