#wrapperTeaser {
    position: relative;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.teaserInner {
    padding: 0;
    background: #fff;
    width: 300px;
    height: 250px;
}

h4.boxTitle {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    text-decoration: underline;
    padding: 4px 0 0 0;
    color: #000;
    margin: 0;
}

.unitJob {
    display: block;
    width: 100%;
    height: 90px;

    position: relative;
}

.jobTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 25px;
    color: #333;
    padding: 0 0 12px;
}
.jobTitle:hover {
    text-decoration: underline;
}

.jobDesc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #4d4d4d;
    position: absolute;
    bottom: 12px;
    left: 0;
    margin: 0;
}

.jobLogo {
    width: 70px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    right: 8px;
}

.jobLogo img {
    width: auto;
    height: 25px;
}

.adContainer {
    border-top: 1px solid #333;
    padding: 12px 8px;
}

#wrapperTeaser .flexslider {
    margin: 0;

}
#wrapperTeaser .flex-direction-nav {
    position: absolute;
    top: 182px;
    left: 0;
}
#wrapperTeaser .flex-prev {
    display: none;
    margin-bottom: 8px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}
#wrapperTeaser .flex-next {
    display: block;
    margin-top: 8px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}
#wrapperTeaser .flex-next:hover {
    font-weight: bold;
    text-decoration: none;
}