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

section.demo{
	margin-bottom:8px;
}

.viewport {
  width: 320px;
  overflow: hidden;
  margin: 5px auto;
  padding: 0; }

.flipsnap {
  width: 5000px;
  /* 230px(item) * 5 + 45px(padding) */
  padding-left: 0px; }

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }
 
.item {
  width: 320px;
  margin: 0px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  background: #eeeeee;

  float: left;
  color: #666; }
  
.item p{
	margin:5px 0px;
	line-height:1.2em;
}
  
.item a{
	text-decoration:none;
	color:#000000;
	font-size:15px;
	border:none;
}
.item img{
	border:none;
}
.pointer {
  text-align: center; }

.pointer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #ccc; }

.pointer span.current {
  background:#000000; }

.controls {
  text-align: center;
  margin: 0 0 15px 0; }

.controls .num {
  width: 60px; }
