.teaser_item {
    width: 641px;
    height: 361px;
    overflow: hidden;
    display: table-cell;
}

/*.teaser_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    font-size: 70px;
    line-height: 70px;
    margin-right: 80px;
}*/

.bx-pager {
    width: 48px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 24px;
}

.bx-pager-item a {
    font-family: 'gt_cinetype_betaregular', Verdana, Geneva, sans-serif;
    display: block;
    width: 50px;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
}

.bx-pager-item a.active {
    padding-left: 18px;
    text-decoration: none;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    width: 689px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    font-size: 100%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 3px;
    outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    padding-left: 18px;
    text-decoration: none;
    color: #441199;
}

/* PAGER2 */

.bx-pager {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -50px;
}

.bx-pager-item {
    display: block;
}