/**************************
* Breaking news
**************************/

.breaking-wrapper {
    width: 669px;
    height: 52px;
    margin-bottom: 10px;
    background: transparent url('/etc/designs/sky/library/static/images/sezioni/sport/background-ultimora.png') no-repeat scroll 0 0;
}
.breaking-title {
    display: table-cell;
    padding: 0 10px;
    height: 52px;
    width: 100px;
    vertical-align: middle;
    font-family: SkyTextMedium,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: white;
}
.breaking-text {
    display: table-cell;
    padding: 0 5px;
    height: 40px;
    width: 530px;
    vertical-align: middle;
    font-family: SkyTextMedium,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1em;
    color: black;
}

/**************************
* Ticker news
**************************/

.ticker-outer-wrapper {}
.ticker-outer-heading {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    zoom: 1;
}
.ticker-channel-logo {
    float: right;
    display: block;
    height: 33px;
    width: 110px;
    line-height: 33px;
    direction: ltr;
    text-indent: -6666em;
    background: transparent url('/etc/designs/sky/library/static/images/sezioni/sport/logo-skyport24hd.png') no-repeat scroll 50%;
    margin-right: 8px;
}
.ticker-outer-footer {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    zoom: 1;
}
.ticker-inner-wrapper {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    height: 165px;
    background: #f4f3ef;

    zoom: 1;
}
.ticker-inner-heading {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    zoom: 1;
    height: 29px;
    border-bottom: 1px solid #24609f;
}
.ticker-channel-title {
    margin-left: 8px;
    height: 29px;
    font-family: SkyTextMedium;
    font-size: 13px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0f3a71;
}
.ticker-channel-arrows-wrapper {
    float: right;
    display: block;
    margin-right: 8px;
    height: 29px;
    width: 50px;
    line-height: 29px;
    overflow: hidden;
    zoom: 1;
}
.ticker-channel-prev-next {
    display: inline-block;
    width: 20px;
    height: 29px;
    line-height: 29px;
    direction: ltr;
    text-indent: -6666em;
    background: transparent url('/etc/designs/sky/library/static/images/sezioni/sport/ticker-channel-arrows-prev-next.png') no-repeat scroll left top;
}
.ticker-channel-prev-link {
    background-position: left top;
}
.ticker-channel-next-link {
    background-position: left bottom;
}
.ticker-inner-content {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    height: 130px;
}
.ticker-inner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
    overflow: hidden;
    zoom: 1;
}
.ticker-inner-content-news {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #000;
    padding: 4px 0;
}
.ticker-inner-content-news-row {
    display: block;
    font-size: 11px;
    color: #000;
}