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

.viewport {
	width: 320px;
	overflow: hidden;
	height: 140px;
}

.flipsnap {
    width: 1350px; /* 270px(item width) * 5(item count) */
}
.flipsnap02 {
	width: 1350px; /* 270px(item width) * 5(item count) */
}
.flipsnap03 {
	width: 1350px; /* 270px(item width) * 5(item count) */
}



.item {
	float: left;
	width: 320px;
	font-size: 12px;
	text-align: center;
	color: #333;
	padding: 0px;
	margin: 0;
}
.pointer {
	text-align: center;
	padding-top: 5px;
}
.pointer span {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
border: 1px solid #000;
}
.pointer span.current {
background: #FC0;
}
