/* FILE ARCHIVED ON 10:33:57 Apr 1, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:22:47 Dec 13, 2016. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* * jQuery UI Slider 1.8.16 * * Copyright 2011, 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; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .ui-slider-horizontal { height: 10px; line-height:0; background: url(http://www.dvery-st.ru/bitrix/templates/dveryst/pic/design/bg-slider.png) 0 0 ; width:190px; margin:10px auto 10px;} .ui-slider-horizontal .ui-slider-handle {width:4px; height:9px; bottom:-4px; cursor:pointer; text-decoration:none; color:#000; overflow:visible;} .ui-slider-horizontal .ui-slider-range { bottom: 0; height:5px; background:#547799 url(http://www.dvery-st.ru/bitrix/templates/dveryst/pic/design/bg-slider-range.gif) 0 0 repeat-x; } .ui-slider-horizontal .ui-slider-range-min { left: 0; margin-left:-4px; background: url(http://www.dvery-st.ru/bitrix/templates/dveryst/pic/design/slider-handle-l.gif) 0 0 no-repeat;} .ui-slider-horizontal .ui-slider-range-max { right: 0; margin-right:-4px; background: url(http://www.dvery-st.ru/bitrix/templates/dveryst/pic/design/slider-handle-r.gif) 0 0 no-repeat;}