@charset "utf-8";
/* CSS Document */

.scrollable{
	position: relative;
	overflow: hidden;
	height: 400px;
}
.items{
	position: absolute;
	width: 20000em;
}
.items div{
	float: left;
	width: 720px;
}
.items div img{
	padding: 0 0 1px 0;
}
