/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
#quicklist{ z-index: 2; position: fixed; left: 0px; width: 100%;}
#quicklist-bar{background: none repeat scroll 0 0 #ffffff; border: 1px solid #fa2398; height: 20px;cursor: pointer;}
#quicklist-container-title{height: 25px; color: #fa2398;}
#quicklist-container {display: none; height: 106px; background: none repeat scroll 0 0  lavenderblush; padding: 10px;}
.scroll-content-item:hover {background: none repeat scroll 0 0 #FDBDE0;}
.scroll-pane {width: 100%; float:left; }
.scroll-content { width: 4500px; float: left; }
.scroll-content-item { width: 100px; height: 70px; float: left; font-size: 3em; line-height: 96px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }