
#header { height: 175px; }

#content { height: 465px; }

  #carousel .simply-scroll { padding-top: 40px; }
  
  #carousel .simply-scroll-btn {
    height: 32px;
    width: 32px;
  }
  #carousel .simply-scroll-btn-left {
    background: transparent url(../img/cursor-left.png) no-repeat scroll 0 0 !important;
    cursor: pointer !important;
    left: 45%;
  }
  #carousel .simply-scroll-btn-right {
    background: transparent url(../img/cursor-right.png) no-repeat scroll 0 0 !important;
    cursor: pointer !important;
    right: 45%;
  }
  #carousel .simply-scroll-pause {
    background: transparent url(../img/pause.png) no-repeat scroll 0 0 !important;
    left: 50%;
    margin-left: -16px;
    top: 0;
  }
  #content #month_links { padding-top: 75px; }
