.news-holder p {
    margin-bottom: 12px;
}
.news-holder {
    max-width: 960px;
    margin: 0 auto;
}
.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 20px 5px 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #e44d26;
	text-align:right;
	font-size:16px;
}
.news-headlines li a {
    padding: 5px 20px 5px 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #e44d26;
	text-align:right;
	font-size:16px;
}
.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
}
.news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: underline;
} 
.news-headlines .highlight {
     width: 100%;
     background:#eee;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
}
.news-headlines .highlight:before {
    display: none;
}
.news-headlines {
   float: right;
   width: 49%;
}

.news-preview {
   float: left;
   width: 51%;
   position: relative;
   z-index: 5;
   margin-left: -1px;
   min-height: 304px;
   position: relative;
}

  .news-preview img {
    display: block;
    border: none 1px #999;
    width: 100%;
    height: auto;
    max-width: 450px;
    max-height: 250px;
    margin:  auto;
	text-align:center;
  } 

.news-content {
    position: absolute;
    background: #555;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    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;
}