.news-holder p {
    margin-bottom: 8px;
}
.news-holder p a{ color:#C00;}

.news-holder {
    width: auto;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 12px;
	margin-bottom:15px;
	border:solid 1px #390;
	background:#EEE;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

  .news-headlines li {
    padding: 5px 10px 5px 8px;
    position: relative;
	margin-bottom:5px;
    z-index: 20;
    color: #000;
	list-style:none;
	font-size:12px;
	line-height:16px;
  }
  .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;
      text-decoration: none;
	  color:#F00;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background:#FFC;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
	 border-bottom:none;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 49%;
}

.news-preview {
   float: left;
   width: 51%;
   background: #FFC;
   position: relative;
   z-index: 5;
   min-height: 304px;
   position: relative;
}

  .news-preview img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 143px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background:#FFC;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}
.top-content {
    display: block;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}