  body {
    background: none;
  }

  #navigation {
    position: relative;
    top: 0px;
    float: right;
    margin-left: 200px;
  }

  #navigation .nav_item dt a {
    border: 1px solid #c6c6c6;
    border-top: 0px;
  }
  
  #mini-logo img {
    float: left;
    position: relative;
    height: 50px;
    margin: 20px 0px 0px 20px;
  }
  
  #mini-logo a:hover {
    background: none;
  }
  
  #mini-logo span {
    position: relative;
    float: left;
    top: 25px;
    left: 10px;
    font-size: 25px;
    line-height: 26px;
  }
  
  #center {
    position: relative;
    text-align: center;
    width: 100%;
    clear: both;
    top: 45px;
  }

  #controls {
    top: -50px;
  }

  #controls img {
   float: left;
   margin: 1px 23px;
   width: 28px !important;
  }
  
  #controls #pause,
  #controls #play {
    display: none;
  }
  
  #slideshow {
    float: none;
    top: 10px;
    width: 700px !important;
    height: 541px !important;
    position: relative;
    margin: 0px auto;
  }
  
  #slides {
    width: 700px !important;
    height: 541px !important;
  }
  
  #slides img {
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  
  #link {
    position: relative;
    float: right;
    top: -35px;
    right: 10px;
  }
  
  #link a {
    border: 1px solid #000;
    padding: 4px;
    background: #e2f2d1 url(/media/images/bg-lines-green.gif) repeat top left;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 1200;
    text-decoration: none;
  }