﻿.sliderwrapper {
	width: 95%;
	color:#000000;
	font-family: verdana;
	float: left;
}

div {
   border-style:none;
}

.slider-box {
	height: 50px;
}

.slider {
	width: 50%;
	font-size: 8pt;
	float: left;
}

div.ui-slider-range.ui-widget-header {
    background: #C0C0C0;
}

.ui-slider-wrapper { position: relative; }
.ui-slider-wrapper .ui-slider-horizontal { width: 100%; height: 25px; }
.ui-slider-handle {height: 29px !important}

.ui-slider-labels { position: absolute; border: 1px solid transparent; }
.ui-slider-label-ticks { border: 1px solid transparent; position: absolute; white-space: nowrap; }
.ui-slider-label-ticks span { font-size: 1em; min-width: 1.2em; }

.ui-slider-wrapper.horizontal { height: 25px; }
.horizontal .ui-slider-labels { left: 0; right: 0; top: 25px }
.horizontal .ui-slider-label-ticks { width: 1.2em; height: 0.8em; text-align: center; border-left: 1px solid #999; }
.horizontal .ui-slider-label-ticks span { position: relative; display: inline-block; margin-left: -1.2em; top: 1em; }