/*slider*/
.ui-slider { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Verdana, Arial, sans-serif; font-size: 1.1em; background: transparent url(/App_Themes/CarWeGoTheme/img/slider-bg.png) 0 0 repeat-x; border: 1px solid #dddddd; height: 6px; position: relative; }
.ui-slider-handle { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; position: absolute; z-index: 2; width: 15px; height: 32px; top: -18px; cursor: default; background: transparent url(/App_Themes/CarWeGoTheme/img/block.png) no-repeat -471px -1321px; }
.ui-slider-handle:hover { background: transparent url(/App_Themes/CarWeGoTheme/img/sliders.png) no-repeat -471px -1321px; }
.ui-slider-handle-active, .ui-slider-handle-active:hover { background: transparent url(/App_Themes/CarWeGoTheme/img/sliders.png) no-repeat -471px -1321px; }
.ui-slider-range { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; height: .8em; background: transparent url(/App_Themes/CarWeGoTheme/img/slider-bg.png) 0 -6px repeat-x; position: absolute; border-left: 0; border-right: 0; top: -1px; z-index: 1; }

.ui-effects-transfer { border: 2px solid black; }

