/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

#slider-wrapper {background: #EDECEB url(../images/slider-icons.gif) no-repeat center 0; padding:20px 6px 15px 6px; margin-bottom:15px; width:340px;}

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 15px; height: 26px; cursor: default; margin-right:10px; }

.ui-slider-horizontal { height: 4px; }
.ui-slider-horizontal .ui-slider-handle { top: -9px;} 



/* Component containers
----------------------------------*/

.ui-widget-content { border-width: 1px; border-style: solid; border-color:#DDDDDD #DDDDDD #F8F7F7 #F8F7F7; background:#D7D7D7;}


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #ede4d4 url(../images/slider-handle.gif) no-repeat; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { }
.ui-state-active, .ui-widget-content .ui-state-active {  }
.ui-state-active a {  }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight { }



