/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-h-slider_show {position:relative; background:url(../images/slider/bkg_slider.gif) no-repeat 5px 10px; height:28px; width:210px; visibility: visible;}
.yui-h-slider_hide {position:relative; background:url(../images/slider/bkg_slider.gif) no-repeat 5px 10px; height:28px; width:210px; visibility: hidden;}

.yui-h-slider_show_long {position:relative; background:url(../images/slider/bkg_slider_long.gif) no-repeat 5px 10px; height:28px; width:410px; visibility: visible;}
.yui-h-slider_hide_long {position:relative; background:url(../images/slider/bkg_slider.gif) no-repeat 5px 10px; height:28px; width:410px; visibility: hidden;}

.yui-slider-thumb {position:absolute; cursor:pointer; top:4px;}

