/*
 * Guggenheim StripDeck: Configurable content rotator CSS
 * 
 * © 2012 The Solomon R. Guggenheim Foundation, New York.
 *
 * This file is part of Guggenheim StripDeck.
 * 
 * Guggenheim StripDeck is free software: you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or (at your
 * option) any later version.
 * 
 * Guggenheim StripDeck is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 * 
 * You should have received a copy of the GNU General Public License along
 * with Guggenheim StripDeck.  If not, see <http://www.gnu.org/licenses/>.
 */
div.gugg-rotator-container {
  position: relative;
  z-index: 0; }
  div.gugg-rotator-container ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  div.gugg-rotator-container li {
    list-style: none; }
  div.gugg-rotator-container .sd-deck {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0; }
    div.gugg-rotator-container .sd-deck li {
      position: absolute;
      top: 0;
      left: 0; }
  div.gugg-rotator-container .sd-strip-container {
    overflow: hidden; }
  div.gugg-rotator-container .sd-strip {
    padding: 0;
    margin: 0;
    position: absolute; }
    div.gugg-rotator-container .sd-strip li {
      float: left;
      list-style: none;
      display: inline-block; }
