/*.news-holder {*/
    /*/!*height: 215px;*!/*/
    /*/!*overflow: hidden;*!/*/
/*}*/

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

.news-headlines li {
    float: right;
    width: 100%;
    height: 30px;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    z-index: 0;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-headlines li a{
    text-decoration: none;
    padding: 0 10px;
    font-size: 13px;
    color: #000000;
}
.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 {
    cursor: pointer;
    color: #000000;
}

.news-headlines .highlight {
    width: 100%;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: none;
    font-weight: bold;
    margin: inherit;
}
.news-headlines .selected {
    opacity: 1;
    font-weight: bold;
}

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

.news-headlines .selected:after {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    width: 10px;
    height: 29px;
    background: url(../hook-style/images/irib-bullet.png);
}

ul.news-headlines {
    float: right;
	height: 100%;
    border-left: solid 1px #c6c6c6;
	margin: 0;
    padding: 15px 0;
}
.news-preview {
    float: left;
    position: relative;
    z-index: 0;
    padding: 0;
    margin-left: -1px;
    position: relative;
}
.news-content a.img-lnk,
.news-preview a.img-lnk {
    display: block;
    width: 34%;
    max-height: 90px;
    margin-left: 10px;
    float: right;
    overflow: hidden;
}
.news-content a.img-lnk img,
.news-preview a.img-lnk img {
    width: 100%;
}
.news-content {
    /*position: absolute;*/
    width: 100%;
    z-index: 0;
    padding: 15px;
    top: 0;
    right: 0;
    display: none;
}

/**
 * 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;
}
