
.news-headlines {
  list-style: none;
  position: relative;
}

  .news-headlines li {

    position: relative;
    z-index: 20;

  }

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:hover, a:hover {
      cursor: pointer;
 /*     background: #888; */
  }
  
  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
}

.news-preview {
  /* float: left;
    min-height: 304px;*/
   position: relative;
   z-index: 5;
  
   
   
   
  
}

  .news-preview img {
    display: block;
  } 

.news-content {
   /* position: absolute;
    z-index: 10;*/
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}