/*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; height: .4em !important; }
.ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 40px !important; 
	height: 40px !important; 
	border: 0px !important; 
	top: -.95em !important; 
	margin-left: -.8em !important;
}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-range { top: 0; height: 100%; }
.ui-slider-range-min { left: 0; }
.ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .4em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.4em; margin-left: 0; margin-bottom: -.4em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }