.swipe {
	width:80%;
	max-width:768px;
	background:#FFF;
	margin:0 auto;
	padding:0;
}
.swipe li div, .swipe div div div {
  margin:0;
  text-align:center;
}

.swipe .slider_page{ width:100%; text-align:center;padding:0.8em 0; background:#000;}
.swipe .slider_page i{ width:6px; height:6px; border-radius:3px; background:#ccc; display:inline-block;}
.swipe .slider_page .slider_current_page{ background:#C30;}