$(window).bind("load", function() {
	$("div#fewoptions").slideViewerPro({
		thumbs: 4, 
		thumbsPercentReduction: 20,
		galBorderWidth: 0,
		galBorderColor: "#efefef",
		thumbsTopMargin: 10,
		thumbsRightMargin: 10,
		thumbsBorderWidth: 5,
		thumbsActiveBorderColor: "#b6b82d",
		thumbsActiveBorderOpacity: 0.6,
		thumbsBorderOpacity: 0,
		buttonsTextColor: "#707070",
		leftButtonInner: "<img src='http://www.gcmingati.net/wordpress/wp-content/uploads/larw.gif' />",
		rightButtonInner: "<img src='http://www.gcmingati.net/wordpress/wp-content/uploads/rarw.gif' />",
		autoslide: true, 
		typo: true
		});	
});

