/*
*       __                                                              __        __            
* 	   / /_  ____  ____ ___  ___  ____  ____ _____ ____     _________  / /_____ _/ /_____  _____
* 	  / __ \/ __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \   / ___/ __ \/ __/ __ `/ __/ __ \/ ___/
* 	 / / / / /_/ / / / / / /  __/ /_/ / /_/ / /_/ /  __/  / /  / /_/ / /_/ /_/ / /_/ /_/ / /    
* 	/_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/  /_/   \____/\__/\__,_/\__/\____/_/     
* 	                          /_/          /____/                                               
*/
#homepage-rotator {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 690px;
  height: 0px;
  margin: 10px auto;
  overflow: hidden;
  opacity: 0.0;
  margin-top: 0; }
  #homepage-rotator ul {
    list-style-type: none; }
    #homepage-rotator ul.maincolumn {
      width: 470px;
      height: 235px;
      overflow: hidden;
      position: relative;
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #homepage-rotator ul.maincolumn li {
        list-style-type: none;
        height: 235px;
        display: list-item;
        text-align: -webkit-match-parent; }
        #homepage-rotator ul.maincolumn li img {
          margin: 0; }
        #homepage-rotator ul.maincolumn li p {
          display: none;
          position: absolute; }
    #homepage-rotator ul.sidecolumn {
      position: absolute;
      top: 0;
      right: 0;
      width: 222px;
      height: 235px;
      padding: 60px 17px 17px 20px;
      background-color: #D11242;
      color: #6B1912;
      margin: 0;
      line-height: 1.8em;
      z-index: 60;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #homepage-rotator ul.sidecolumn p {
        margin: 0 0 10px; }
      #homepage-rotator ul.sidecolumn a {
        color: #6B1912;
        font-size: 1.1em;
        z-index: 51;
        position: relative;
        text-decoration: none;
        font-family: 'Verlag 4r', 'Verlag A', 'Verlag B','Verlag-Book';
        line-height: 1em;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s; }
        #homepage-rotator ul.sidecolumn a:hover {
          color: #FFF;
          text-decoration: none;
          filter: none; }
        #homepage-rotator ul.sidecolumn a.active {
          color: #FFF;
          text-decoration: none;
          font-size: 1.25em;
          filter: none;
          background: none;
          line-height: 1em; }
  #homepage-rotator h4.rotator-title {
    position: absolute;
    z-index: 99;
    right: 85px;
    top: 18px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.375em;
    text-transform: uppercase;
    font-family: 'Verlag 4r', 'Verlag A', 'Verlag B','Verlag-Book';
    font-weight: bold;
    letter-spacing: 0.10em;
    margin: 3px 0 0 0; }
  #homepage-rotator img.arrow {
    position: absolute;
    top: 63px;
    right: 170px;
    z-index: 50; }
  #homepage-rotator div.arrow {
    position: absolute;
    top: 63px;
    right: 170px;
    z-index: 50;
    width: 29px;
    height: 21px;
    background: url(http://media.guggenheim.org/_designElements/guggenheim/sprites/sprites-frontpage.png) 0 -40px; }
