// JavaScript Document

$(function() {
	$('ul.gallery').bxGallery({
		maxwidth: 800,	//コンテナの幅
    maxheight: 420, //コンテナの高さ
    thumbwidth: 80,　//サムネイルの幅
		thumbcrop: true, //trueで正方形、falseで縦横比を維持
		croppercent: .20,	//thumbcropにtrueを指定した場合のみ使用。サムネイルをトリミングする際の割合を指定する
   		thumbplacement: 'bottom',　//サムネイルのフロート指定
		thumbcontainer: 800,　//サムネイルコンテナの幅
		opacity: .6,	//透明度
		load_text: 'loading...',　//読み込み時のテキスト
		load_image: '',	//読み込み中の画像
		wrapperclass: 'outer'	//動的に外側に作成されるdivのidを指定
   });
});

$(function() {
	$('#games').coinslider({ hoverPause: false });
 });




