body, article, section, h1, h2, hgroup, p, a, ul, li, em, div, small, span, footer, canvas, figure, figcaption, input {
    margin: 0;
    padding: 0;
}


/********************************************************************************/
ol {
	display: block;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}


.box_swipe{
	overflow:hidden;
	position:relative;
	visibility: visible; 
}
.box_swipe>ul li{position:relative;}
.box_swipe>ol label{
	z-index:100;
	position:absolute;
	left:10px;
	top:0;
	color:#fff;
	display:none;
}
.box_swipe>ol li.on label{
	display:inherit;
}
.box_swipe>ol{
	height:20px;
	position: absolute;
	z-index:10;
	bottom:0;
	width:100%;
	text-align:right;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	background-color:rgba(0,0,0,0.5);
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#757575;
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

