.tx_cbteaser, .tx_cbteaser .items {
    position: relative;
}

.tx_cbteaser .items {
    left: 0;
    width: 100000px;
}

.lectric-slider-touch {
    -webkit-transform: translate3d(0, 0, 0);
}

.lectric-slider-touch .items {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    -webkit-font-smoothing: antialiased;
}

.lectric-slider-touch .item {
    -webkit-transform: translate3d(0, 0, 0);
}

.lectric-slider {
    height: 332px;
    width: 810px;
    margin-bottom: 1em;
}

.lectric-slider .item {
    width: 812px;
    margin-right: 0px;
    background-color: #ccc;
    height: 332px;
}

div.defaultFramework .lectric-slider {
    height: 332px;
    width: 605px;
    margin-bottom: 1em;
}
div.defaultFramework .lectric-slider .item {
    width: 605px;
    margin-right: 0px;
    background-color: #ccc;
    height: 332px;
}

.lectric-slider .teaserInfoLeft, .lectric-slider .teaserInfoRight {
    bottom: 0;
}

.next, .previous {
    display: block;
    float: left;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 45%;
    text-indent: -999999px;
}

.previous {
    left:0;
    background-image: url("../img/navi_arrow_left.png");
    background-repeat: no-repeat;
    height: 43px;
    width: 42px;
}

.next {
    right:0;
    background-image: url("../img/navi_arrow_right.png");
    background-repeat: no-repeat;
    height: 43px;
    width: 42px;
}
