/* Slider
style made with http://ui.jquery.com/themeroller
----------------------------------
.ui-slider { position: relative; text-align: left; }
.ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
*/
.ui-slider
{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px #666 solid;
}
.ui-slider-handle
{
	position: absolute;
	z-index: 12;
	height: 19px;
	width: 18px;
	top: 0px;
	left: 0px;
	/*background-image: url(../images/slider/pointerOV.png);*/
	cursor: move;
}
.ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { position: relative; top: 0; height: 100%; }

.ui-slider-vertical { width: .8em; height: 100%; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; height: auto; width: 100%; }

/* THEME CSS */
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { background-image: url(../images/slider/pointer.gif); margin: -1px; z-index: -0; }
.ui-state-default a { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background-image: url(../images/slider/pointerOV.gif); margin: -1px;  }
.ui-state-hover a { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { background-image: url(../images/slider/pointerOV.gif); margin: -1px; }
.ui-state-active a { color: #212121; outline: none; text-decoration: none; }

/* This file skins sliders OLD OLD OLD

.ui-slider
{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid black;
	height: 20px;
}
.ui-slider-handle
{
	position: absolute;
	z-index: 12;
	height: 19px;
	width: 18px;
	top: 0px;
	left: 0px;
	background-image: url(../images/slider/pointer.png);
}
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }
*/
/* Default slider backgrounds 
.ui-slider, .ui-slider-1 { background-image: url(../i/slider-bg-1.png); }
.ui-slider-2 { background-image: url(../i/slider-bg-2.png); }
*/

