/*html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #ffffff;
}*/

#wrapper_dslider {
	width: 100%;
	/*height: 350px;*/
    height: 250px;
	background: transparent;
	/*margin: 100px auto;*/
    margin: 20px auto;
	color: #fff;
	padding: 5px;
}

#ruler {
	width: 100%;
	height: 70px;
	border-radius: 7px;
	padding: 0px 15px;
	background: #464e60;
	font-weight: bold;
}

.segment {
	width: 1px;
	height: 20px;
	display: inline;
	float: left;
	border-left: 1px solid #fff;
}

.subsegment {
	width: 1px;
	height: 14px;
	display: inline;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.subseg_last {
	border: none;
	padding-left: 0;
} 

.segnum {
	position: absolute;
	margin-top: 30px;
	margin-left: -5px;
	font-size: 12px;
	line-height: 12px;
}

.segnum_last {
	display: inline-block;
	float: right;
	margin-right: -10px;
	margin-top: 16px;
	font-size: 12px;
	line-height: 12px;
}

.segment:last-child {
	border-right: 1px solid #fff;
}

#slider_axis {
	width: 100%;
	height: 0px;
	position: relative;
}

#ruler_slider {
	width: 31px;
	height: 80px;
	margin-top: -5px;
	background: url(slider-bg.png);
	position: absolute;
	z-index: 999;
	text-align: center;
	left: 20%;
}

#ruler_slider span {
	margin-top: 80px;
	display: block;
	color: #000;
	position: absolute;
}

#diamond_wrap {
	width: 100%;
	height: 120px;
	background: url(diamond.png) no-repeat;
	background-position: center center;
	margin: 0 auto;
}