$(window).bind("load", function() {
	$("div#basic").slideViewerPro();
	$("div#fewoptions").slideViewerPro({
		thumbs: 3, 
		thumbsPercentReduction: 25,
		galBorderWidth: 0,
		galBorderColor: "aqua",
		thumbsTopMargin: 10,
		thumbsRightMargin: 5,
		thumbsBorderWidth: 3,
		thumbsActiveBorderColor: "#669900",
		thumbsActiveBorderOpacity: 0.8,
		thumbsBorderOpacity: 0,
		buttonsTextColor: "#707070",
		leftButtonInner: "<img src='cms/wp-content/themes/polystar/img/top/sub/larw.gif' />",
		rightButtonInner:"<img src='cms/wp-content/themes/polystar/img/top/sub/rarw.gif' />",
		autoslide: true, 
		typo: true
		});	
	// chili syntax highlighter
	$("code").chili();
});
ChiliBook.automatic = false;
ChiliBook.recipeFolder = "http://www.gcmingati.net/wordpress/wp-content/themes/giancarlo-mingati/js/chili/";  
ChiliBook.stylesheetFolder = "http://www.gcmingati.net/wordpress/wp-content/themes/giancarlo-mingati/js/chili/";
