 
.slider{

}

.slider li{
	width: 150px;
	height: 26px;
}
.slider .line{
	padding: 0;
	float: left;
	width: 50px;
	margin-top: 11px;
	height: 0px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 2px red dotted;
}

.slider .node{
	padding: 0;
	float: left;
	width: 100px;
	height: 26px;
	background-color: #292;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 50px; 
	border-right: #292 8px solid;
	border-left: #292 8px solid;
}

/* identifiers */



/*  Vertical */
.slider.vertical{
	z-index: 10;
	position: absolute;
	float: left;
	width: 170px;
	height: 200px;
}
.slider.vertical:nth-child(3n) {
	margin-right: 0;
}
.slider.vertical>.frame {
	width: 160px;
	height: 200px;
	overflow: hidden;
}
.slider.vertical>.frame ul.items {
	list-style: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.slider.vertical>.frame ul.items li{
	height: 26px;
	width: 100%;
	margin-top: 4px;
	color: #ddd;
	cursor: pointer;
	align-content: center;
}
.slider.vertical>.frame>ul>li>.node{
	border-color: #959;
	background-color: #959;
	font-weight: normal;
}
.slider.vertical>.frame>ul>li.active>.node{
	border-color: #292;
	background-color: #292;
	font-weight: bold;
}


.slider li.active .line{
	border-style:  solid;
}

/* Vertical lines*/
.slider.vertical.lines li.active>.node{
	border-left-color: red;
}

/* Horizontal */
.slider.horizontal.path-lines>.frame>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
}
.slider.horizontal.path-lines>.frame>ul>li {
	float: left;
	width: 150px;
}
.slider.horizontal.path-lines>.frame>ul>li.first-node {
	width:100px;
}
.slider.horizontal.path-lines>.frame>ul>li .delete{
	cursor: pointer;
	visibility: hidden;
	float: left;
	margin-left: -35px;
	margin-top: 5px;
}
.slider.horizontal.path-lines>.frame>ul>li.last-node.active>.node{
	border-right-color: red;
}
.slider.horizontal.path-lines>.frame>ul>li>.line{
	border-style: solid;
}
.slider.horizontal.path-lines>.frame {
	z-index: 5;
	height: 40px;
	width: 100%;
	overflow-x: hidden;
	margin: 0px;
}
/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}
