/* 
    Created on : 13.Nis.2014, 15:50:13
    Author     : musty
*/

/* newsTicker */

.newsTicker {
    z-index: 6;
    position: relative;
    margin: 0 0 0 0;
}

.newsTicker h2 {    
    margin: 0;
    padding: 0px 15px 5px 0;
    color: #fff;

    display: block;
    z-index: 1;
    position: relative;
}
.newsTicker h2 a {
    color: inherit;
    display: block;
    position: relative;
}
.newsTicker h4 {    
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    
    display: block;
    z-index: 1;
    position: relative;
}
.newsTicker h4 a {
    color: inherit;
    display: block;
    position: relative;
    font-weight: bold;
}

.newsTickerWrap { 
    position: relative;
    display: block;
    padding: 0 0px 0 0;
}
.newsTicker .ticker {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px;
}

.newsTicker .ticker p,
.newsTicker .ticker ul li a {
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.newsTicker .ticker ul {
    width: 100%;
}   
.newsTicker .ticker ul li {
    position: relative;
    overflow: hidden;
}

.newsTicker.ticker1 .ticker ul li {    
    border-top: 3px solid #818285;
}

.newsTicker .ticker ul li:last-child {
    border-bottom: none;
}
.newsTicker .ticker ul li a {
    display: block;
    padding: 0;

}
.newsTicker .ticker ul li a span {
    width: 10px;
    height: 100%;
    /*background: url('../img/arrows.png') no-repeat -10px 0 transparent scroll;*/
    /*background-size: 20px 20px;*/
    display: block;

    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0px 0 0 0;
}

/* newsTicker control */
#newsTickerNav {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 7;
}
#newsTickerNav a {
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 0 0 5px;
}
#newsTickerNav a.next, #newsTickerNav a.prev {
    background: url('newsTickerNav.png') no-repeat scroll left bottom transparent;
    height: 19px;
    width: 19px;
}
#newsTickerNav a.next {
    background-position: -20px -20px;
}
#newsTickerNav a.prev:hover {
    background-position: 0 0;
}
#newsTickerNav a.next:hover {
    background-position: -20px 0;
}
#newsTickerNav a:first-child {
    color: #fff;
    line-height: 22px;
}

/* newsTicker */