/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}*/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
	margin:0 auto;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
    width:80%;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
}

#console {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 20px;
    max-height: 150px;
    overflow: auto;
}
#mySwipe div b {
    display:block;
    font-weight:bold;
    color:#14ADE5;
    font-size:20px;
    text-align:center;
    margin:10px;
    padding:100px 10px;
    box-shadow: 0 1px #EBEBEB;
    background: #fff;
    border-radius: 3px;
    border: 1px solid;
    border-color: #E5E5E5 #D3D3D3 #B9C1C6;
}
#position {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#position li {
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 10px;
    background: #fff;
  	padding:0;
    margin: 0 0.5px;
    cursor: pointer;
	border:1px solid #464D54;
}
/*#position li:nth-child(n+4){display:inline-block; width:4px;height:4px;border-radius: 10px; background: #141414;box-shadow:none;border:none;}
#position li:nth-child(n+4).on{background:#141414;}*/
#position li.on {
	border:1px solid #1d69aa;
    background: #003868; /* Old browsers */
}


#position1 {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#position1 li {
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 10px;
    background: #fff;
    padding:0;
    margin: 0 0.5px;
    cursor: pointer;
	border:1px solid #464D54;
}
/*#position1 li:nth-child(n+4){display:inline-block; width:4px;height:4px;border-radius: 10px; background: #141414;box-shadow:none;border:none;}
#position1 li:nth-child(n+4).on{background:#141414;}*/
#position1 li.on {
	border:1px solid #1d69aa;
    background: #003868; /* Old browsers */
	}
#position2 {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#position2 li {
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 10px;
    background:#fff;
    padding:0;
    margin: 0 0.5px;
    cursor: pointer;
	border:1px solid #464D54;
}
#position2 li.on {
	border:1px solid #1d69aa;
    background: #003868; /* Old browsers */
	}
#position3 {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#position3 li {
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 10px;
    background: #fff;
    padding:0;
    margin: 0 0.5px;
    cursor: pointer;
	border:1px solid #464D54;
}
#position3 li.on {
	border:1px solid #1d69aa;
    background: #003868; /* Old browsers */
	}