@charset "utf-8";
/* CSS Document */

/* The name "screen, view, images" are coming from "jquery.scroll.js". Don't change. */
#screen{
	padding:0px 0px 0px 30px;
	margin:103px 0px 0px 16px;
	position:absolute;
	width:920px;
	visibility:hidden; /* FadeIn */
}		

#screen li{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}

#view{
	width:863px;  /* Yokohaba (image width * 4) */
	height:604px; /* Takasa (image height * 2)  */
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* One block box size is in jquery.scrollShow.js */

#images{
	width:4818px !important;
	width:4822px;
	padding:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#images li{
	padding:0px;
	margin:0px 16px 0px 0px;
}

#images li img{
	border:0;
	padding:0px;
	margin:0px 18px 16px 0px;
	cursor:pointer;
}

/* Arrow */
#arrow_left{
	margin:289px 0px 0px -29px;
	padding:0px;
	position:absolute;
}

#arrow_right{
	margin:289px 0px 0px 12px;
	padding:0px;
	position:absolute;
}
