.jcarousel-wrapper {
    position: relative;
    width: 940px;
    height: 90px;
    padding-top: 8px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
}
.jcarousel-wrapper h5.date {
    line-height: 34px;
    padding: 0 0 2px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #676767;
    font-family: 'helioscondcbold';
}
.jcarousel {
    position: relative;
    overflow: hidden;
    height: 81px;
    width: 880px;
    margin: 0 40px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 180px;
    margin: 0 30px 0 0;
    padding: 0 0 0 10px;
}
.jcarousel li .teams {
    float: left;
    width: 110px;
    padding: 0 0 3px 0px;
}
.jcarousel li .teams.with-penalty {
    width: 96px;
}
.jcarousel li .teams .team{
    line-height: 18px;
    clear: both;
    display: table-row;
    height: 18px;
    text-decoration: none;
    color: #323232;
    white-space: nowrap;
    font-size: 12px;

}
.jcarousel li .teams .team:hover{
    color:#838383;
}
.jcarousel li .scores,
.jcarousel li .penalty
{
    width: 36px;
    height: 23px;
    line-height: 24px;
    border: 2px solid #bfbfbf;
    float: right;
    text-align: center;
    font-family:  'icebergregular';
    font-size: 17px;
    font-weight: bold;
    margin: 3px 0 0 0;
    letter-spacing: -0.5px;
}
.jcarousel li .scores.scores-penalty,
.jcarousel li .penalty.scores-penalty {
    margin-left:2px;
    position:relative;
}
.jcarousel li .scores.scores-penalty .penalty-char,
.jcarousel li .penalty.scores-penalty .penalty-char {
    text-align: center;
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/penalty-char.png') 0 0 no-repeat;
    position: absolute;
    left:0;
    right:0;
    top:-6px;
    margin: 0 auto;
}
.jcarousel li .scores a,
.jcarousel li .penalty a {
    text-decoration: none;
}
.jcarousel li .info{
    display: block;
    clear: both;
    border-top: 1px solid #adadad;
    padding: 8px 0 0 0;
}
.status {
    font-family: 'helioscondcregular';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.status.end{
    color: #8c8c8c;
}
.status.new{
    color: #292929;
}
.status.online {
    color: #fff;
    background: #d41119;
    padding: 2px 1px;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    font-family: 'helioscondcbold';
}
.status.online .time{
    padding: 0 0 0 5px;

}
.jcarousel li .more {
    font-family: 'helioscondcbold';
    text-decoration: underline;
    color: #4c4c4c;
    font-size: 12px;
    background: url('../images/more.png') no-repeat right center;
    padding: 0 10px 0 0;
    display: block;
    width: 105px;
    margin: 4px 0 0 0;
    font-weight: bold;
    line-height: 9px;
    white-space: nowrap;
}

.jcarousel li .more:hover {
    color:#838383;
    text-decoration: underline;
}
.jcarousel li .scores .sep{
    margin: 0 -2px;
}
.jcarousel li .teams .team img {
    vertical-align: middle;
    padding: 0 5px 0 0;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    width: 20px;
    height: 29px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    text-decoration: none;
    z-index: 1;
    outline: none;
}

.jcarousel-control-prev {
    left: 8px;
    background: url('../images/l_arr.png') no-repeat;
}

.jcarousel-control-next {
    right: 8px;
    background: url('../images/r_arr.png') no-repeat;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.jcarousel-control:hover {
    opacity: .8;
}
.jcarousel-control.inactive:hover {
    opacity: .5;
}
/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}


