swipe_wev8.css 663 Bytes
.wev-comp-swipe-wrap{
	overflow: hidden;
    position: relative;
    background-color:#fff;
}
.wev-comp-swipe-wrap > div{
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
.wev-comp-swipe-wrap > div.wev-panel-hide:nth-child(n+2){
	display:none;
}
.wev-comp-swipe-point{
	text-align: center;
    font-size: 0;
    padding-bottom: 6px;
    background-color:#fff;
}
.wev-comp-swipe-point b{
	background-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	height: 5px;
	margin-right: 5px;
	width: 5px;
}
.wev-comp-swipe-point b:last-child{
	margin-right: 0px;
}
.wev-comp-swipe-point b.curr-point{
	background-color: #017afd;
}