$(function(){

	$('#tss ul').cycle({

		fx: 'scrollHorz',

		timeout:  0,

		pager: '#gnavi',

		next: '#next'

	});

	$('#f').cycle({

		fx: 'scrollHorz',

		timeout:  8000,

		next: '#fp',

		prev: '#fn' 

	});

	$('#tss ul').hover(function(){

		$('#tss ul').cycle('pause');

	}, function(){

		$('#tss ul').cycle('resume');

	});

	$('.ad-gallery').adGallery({

		width: 380

	});

});

	




