.jcarousel-skin-tango .jcarousel-container {
    background: #9fdff4;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
    padding: 10px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  600px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 195px;
    height: 136px;
    border-right: 4px solid #fff;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 136px;
    cursor: pointer;
    background: transparent url(../../../img/Button_Navigation_re.png) no-repeat center center;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 35px;
    height: 136px;
    cursor: pointer;
    border-right: 4px solid #fff;
    background: transparent url(../../../img/Button_Navigation_li.png) no-repeat center center;
}

.jcarousel-item .news img {
    padding-bottom: 8px;
}
.jcarousel-item .news {
    padding-top: 10px;
    width: 145px;
    margin: auto;
}

.jcarousel-item a {
  font-weight: normal;
  color: #000;
}
.jcarousel-item a:hover {
  color: #000;
  text-decoration: none;
}

