.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    max-width: 1074px;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.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;
}

.news-headlines li {
    padding: 5px 20px 5px 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #b4d6c2;
    font-size: 25px;
    font-family: Oswald-Regular;
}

.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 {
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
}

.news-headlines li:hover, a:hover {
    cursor: pointer;
}
.news-headlines li.selected{
    color: #FFF;
}

.news-headlines .highlight {
    background: #f05a46;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF !important;
    z-index: 10;
    margin-right:20px;
    margin-left:-9491px;
    padding-left: 9999px;
}

.news-headlines .highlight:before {
    display: none;width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

.news-headlines .highlight:after {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

.news-headlines {
    float: left;
    width: 49%;
    text-align: right;
}
/*.news-headlines li.selected{
    background: url("http://gtctc.geekschicagolabs.com/templates/protostar/images/slider-arrows.png") no-repeat;
    background-position: right center; 
}*/
.news-preview {
    float: left;
    width: 51%;
    /*background: #ededed;*/
    position: relative;
    z-index: 5;
    margin-left: -1px;
    min-height: 304px;
    position: relative;
}

.news-preview img {
    display: block;
    border: solid 1px #FFF;
    width: 100%;
    height: auto;
    max-height: 300px;
} 

.news-content {
    position: absolute;
    background: #ededed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

.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;
}

.new-slider-arrow{
    background: url('../images/slider-arrows.png') no-repeat right center;
    height: 45px;
    width: 40px;
    position: absolute;
    margin-top: -5px;
}