/* Banner */
 
.swipe {max-width: 640px;

	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center
 }
.swipe ul {
margin: 0;
	padding: 0;
	list-style: none
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
		
}
.swipe li img {
	width: 100%;
   border-radius: 10px;
}
.swipe #pagenavi {
 
	padding: 0;
	list-style: none
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	 position: absolute;
    margin-top:-30px;
	
}
.swipe #pagenavi a {

   border: 1px solid #ccc;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    line-height: normal;

	margin: 2px 2px;
}
.swipe #pagenavi a.active {
	  width: 12px;
  height: 7px;
  border: 1px solid #f60;
    background: #f60;
   border-radius: 30%;}