﻿/* This file skins sliders */

.ui-slider-handle { position: absolute; height: 23px; width: 12px; top: 0px; left: 0px;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }

/* Default slider backgrounds */
.ui-slider-1 { width: 400px; height: 23px; position: relative; background-color:#dddddd; background-repeat: no-repeat; background-position: center center; }
.ui-slider-2 { width: 400px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }

.slidersection
{
	display:block;
	position:relative;
	width:400px;
	text-align:center;
	margin:0 auto;
}
.slidersection .scales
{
	width:400px;
	display:block;
	margin-top:10px;
}
.slidersection .scales .low
{
	display:block;
	float:left;
	width:200px;
	text-align:left;
}
.slidersection .scales .high
{
	display:block;
	float:right;
	width:200px;
	text-align:right;
}
#sliderarrow
{
	position:relative;
	visibility:hidden;
	display:block;
	width:16px;
	height:16px;
	left:200px;
}
#sliderval
{
	display:none;
}