@charset "utf-8";


<style type="text/css">
body{
	text-align: center;
}
#allwrap{
	width: 550px;
	margin: 0 auto;
	text-align:left;
}
.button{
	text-align: center;
}




.scrollable{
	position: relative;
	overflow: hidden;
	height: 725px;
}
.scrollable2{
	position: relative;
	overflow: hidden;
	height: 412px;
}
.items{
	position: absolute;
	width: 20000em;
	left: auto;
	top: 0px;
}
.items div{
	float: left;
	width: 550px;
}
.items div img{
	padding: 0 0 1px 0;
}
