Cufon.replace('#maintext h2', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	textShadow: '0 -1px 1px #000',
	marginBottom: '20px'

});

Cufon.replace('h1.entry-title', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px',
	hover: {
		color: '-linear-gradient(yellow, #F15A22)'
	}
});

Cufon.replace('h2.tec-cal-title', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px',
	hover: {
		color: '-linear-gradient(yellow, #F15A22)'
	}
});

Cufon.replace('#partnerplace h3', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px'
});

Cufon.replace('h3.widget-title', {
color: '-linear-gradient(#AF3D15, #F15A22)',
	//color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px'
});

Cufon.replace('h3.side-widget-title', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px'
});

Cufon.replace('h2.asktitle', {
	color: '-linear-gradient(#9FACD8, #002C4F)',
	marginBottom: '20px'
});


/* */
jQuery(document).ready(function($){
    $('#slideshow').crossSlide({
      fade: 1
    }, [
		{ 
			src: 'wp-content/themes/saitheme/images/mainbanner/1.JPG', 
			from: '40% 0% 0.6x', 
			to: '50% 40% 0.3x', 
			time: '15'
		}, { 
			src: 'wp-content/themes/saitheme/images/mainbanner/2.JPG', 
			from: '0% 60% 0.3x', 
			to: '70% 60% 1x', 
			time: '18'
		}, { 
			src: 'wp-content/themes/saitheme/images/mainbanner/3.JPG', 
			from: '50% 85% 1.5x', 
			to: '50% 50% 0.4x', 
			time: '15'
		}, { 
			src: 'wp-content/themes/saitheme/images/mainbanner/4.JPG', 
			from: '20% 0% 0.5x', 
			to: '20% 40% 1.0x', 
			time: '15'
		}, { 
			src: 'wp-content/themes/saitheme/images/mainbanner/5.JPG', 
			from: '50% 50% 1.5x', 
			to: '50% 50% 0.4x', 
			time: '10'
		}
    ]);
  });
// */

/*
jQuery(document).ready(function($){
    $('#slideshow').crossSlide({
      sleep: 2,
	  fade: 1
    }, [
		{ src: 'wp-content/themes/saitheme/images/mainbanner/1.JPG' }, 
		{ src: 'wp-content/themes/saitheme/images/mainbanner/2.JPG' }, 
		{ src: 'wp-content/themes/saitheme/images/mainbanner/3.JPG' }, 
		{ src: 'wp-content/themes/saitheme/images/mainbanner/4.JPG' }, 
		{ src: 'wp-content/themes/saitheme/images/mainbanner/5.JPG' }
    ]);
  });
*/