.main-focus {
  height: 400px;
  margin: -4.5em -15px 0;
  padding: 0 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top left; }
  .main-focus .text {
    position: relative;
    color: #ccc; }
    .main-focus .text h1 {
      color: #ccc; }
    .main-focus .text a {
      background: #030;
      color: #ccc;
      padding: .75em 1em;
      border: 2px solid #030; }
      .main-focus .text a:hover {
        border-color: #252; }

.pagination {
  padding: 20px 0;
  text-align: center; }
  .pagination .prev_page, .pagination .next_page {
    display: none; }
  .pagination span, .pagination a, .pagination .current {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: transparent url(/images/pagination-circle.png) no-repeat bottom left;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer; }
  .pagination .current {
    background-position: top left; }
