//スライドショー
jQuery(function(){
jQuery('#slideShow').crossSlide({
  fade: 1
}, [
  {
    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/taiko.jpg',
    from: '0% 0%',
    to:   '0% 100%',
    time: 7
  } , {
    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/taiko1.jpg',
    from: '30% 30% 1x',
    to:   '50% 0% 0.6x',
    time: 7
  } , {
   src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/taiko2.jpg',
    from: '100% 0%',
    to:   '0% 0%',
    time: 7
}
]);
});
