/*! jQuery UI - v1.9.2 - 2012-12-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.slider.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider-jquery { position: relative; text-align: left; }
.ui-slider-jquery .ui-slider-jquery-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider-jquery .ui-slider-jquery-range { position: absolute; z-index: 1; font-size: 0; display: block; border: 0; background:url(../images/sprite.png) 0 -168px no-repeat; height:6px}

.ui-slider-jquery-horizontal { height: 6px; margin:0 0 8px}
.ui-slider-jquery-horizontal .ui-slider-jquery-handle { top: -4px; margin-left: -3px; width:14px; height:14px; background:url(../images/sprite.png) -283px -24px no-repeat; cursor:pointer; }
.ui-slider-jquery-horizontal .ui-slider-jquery-range { top: 0; height: 100%; }
.ui-slider-jquery-horizontal .ui-slider-jquery-range-min { left: 0; }
.ui-slider-jquery-horizontal .ui-slider-jquery-range-max { right: 0; }

.ui-slider-jquery-vertical { width: .8em; height: 100px; }
.ui-slider-jquery-vertical .ui-slider-jquery-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-jquery-vertical .ui-slider-jquery-range { left: 0; width: 100%; }
.ui-slider-jquery-vertical .ui-slider-jquery-range-min { bottom: 0; }
.ui-slider-jquery-vertical .ui-slider-jquery-range-max { top: 0; }