// スライドショー
$(function() {
$('#slide').crossSlide({
sleep:5,
fade:1
}, [
{src: 'img/main2.jpg' },
{src: 'img/main6.jpg' }
]);
});
