.news-holder p {
    margin-bottom: 12px;
}
.news-holder p a{
    margin-bottom: 12px;
	font-weight:bold
}
.news-holder {
    max-width: 100%;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #336699;
  text-decoration: none;
}

.news-headlines {
  list-style: none;
  position: relative;
  background:transparent;
  min-height: 354px;
}

  .news-headlines li {
    padding: 5px 10px 5px 19px;
    margin-bottom: 7px;
    position: relative;
    z-index: 2;
    color: #fff;
  }

  .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:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../images/bulet-flower.png") no-repeat scroll left top;
	/*
	width: 5px;
    height: 5px;
    background: #dc0000;
    vertical-align: middle;
	*/
    margin-left: -12px;
    margin-right: 7px;
  }

  .news-headlines li:hover {
      cursor: pointer;
	  background: #f4df90;
  }
  .news-headlines li.selected {
      color:#1a3f5e;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background: #f4df90;
     border-top: solid 0px #999;
     border-left: solid 0px #999;
     border-bottom: solid 0px #999;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
/*
   float: left;
   width: 39%;
*/
}

.news-preview {
  /* float: left;*/
   border: solid 0px #999;
   /*width: 61%;*/
   background: #f4df90;
   position: relative;
   z-index: 1;
   margin-left: -1px;
   min-height: 304px;
   position: relative;
}

  .news-preview img {
    display: block;
    border: solid 1px #dcdcdc;
	padding:4px;
	background:#fff;
    width: 100%;
    height: auto;
    max-width: 320px;
    max-height: 243px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #f4df90;
    z-index: 1;
    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;
}