// JavaScript Document

// ランダムに画像を表示する

// ranimg = new Array();
// ranimg[0]="common/img/bg_all02.gif";
// xx = Math.floor(ranimg.length*Math.random());
// ranimg = ranimg[Math.floor(xx)];
// document.write ('<style type="text/css"><!--body {background: url("'+ ranimg +'") no-repeat 0 0;background-attachment:fixed;}--></style>'); 

// マウスホイールの回転でスライドさせる

$(function(){
	$("#otherworksarea").Horinaja({
		capture : "otherworksarea",
		delai:0.3, 
		duree:4,
		pagination:true
	});
});