<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#amg_container {
 width: 695px; 
}

  #amg_banner {
    width: 695px;
    height: 250px;
    background: #b0b7bd;
    margin-bottom: 0;
    overflow: hidden;
  
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border: 0px solid #000000;  
  }

  .scrollable {  
    height: 250px;  
    margin-bottom: 0;
    overflow: hidden;  
    position: relative;
  }

    .scrollable .items {
      position: absolute;
      width: 20000em;
    }
    
      .scrollable .items a {
        margin-left: 0;
        width: 695px;
        overflow: hidden;
      }

    .prev, .next {
        /*visibility: hidden;*/
    }

    .prev {
      margin-left: 5px;
    }

    .next {
      margin-right: 5px;
    }

  #amg_link_container {
    
  }
    
    .amg_top_link, .amg_bot_link {
      display: block;
      float: left;
      position: relative;
      width: 229px;
      height: 200px;
      background: #b0b7bd;
      color: #fff;
      margin: 0 0 3px 0;
    }
    
    #amg_link_container a span {
      font-family: FuturaBT-MediumCondensed, Trebuchet MS, serif;
      font-size: 1.5em;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 20px 20px 20px;
    }

    .amg_top_link:hover, .amg_bot_link:hover, .amg_active_link {
      background: #74cbdf;
      color: #fff;
    }
    
    .amg_middle_link {
      margin: 0 3px 3px 3px;
      width: 231px;
    }

    .amg_top_link {
    }

    .amg_bot_link {
      -webkit-border-bottom-right-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -moz-border-radius-bottomleft: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
</pre></body></html>