﻿/* MUSTHAVE, names changable */

.carousel {
position: relative;
}

.teasers {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    z-index: 1;
}

.teaserItem {
    position: absolute;
    display: none;
    width: 100%;
}

/* MAYHAVE */

#billboard {
    position:relative;
    overflow:hidden;
    max-height: 437px;
}

.teasers {
    width: 100%;
    height: 100%;
   height:437px;
    display: block;
    overflow: hidden;
}
/* overlay text */

.teaserText {
    display:block;
    overflow:hidden;
    position:absolute;
    left:1em;
    bottom:1em;
    color:#fff;
    background:rgba(0, 59, 129, 0.65);

    width:auto;
    max-width:66.7%;
    text-shadow:0px 1px 0px #003B81;
}
.teaserText a {
    color: #ffffff;
}
.teaserText .readmore {
    font-weight: 600;
}

/* Navigation between items */

a.next,
a.prev {
    display:inline-block;
    font-size:3em;
    font-weight:400;
    padding:0.1em 0.2em 0.3em 0.2em;
    color:#fff;
    text-shadow:0px 1px 1px #003366;
    position:absolute;
    background: none repeat scroll 0 0 rgba(0, 51, 102, 0.55);
    z-index:10;
    top:40%;
}
@media only screen and (max-width: 1024px) {
    a.next,
    a.prev {
    top:16px;
    }
}
a.next:hover,
a.prev:hover {
    background:#003366;
    text-decoration:none;
    cursor:pointer;
}
a.prev {
left:0px;
}
a.next {
right:0px;
}

.teaserNav {
    position: absolute;
    right: 16px;
    bottom: 16px;
    overflow: hidden;
    z-index: 999;
}

.teaserNav li {
    width:16px;
    height: 16px;
    float: left;
    margin-left: 8px;
    cursor: pointer;
    background:#fff;
    border-radius:8px;
}

.teaserNav .current {
background:#003366;
}

.teaserItem {
width: 100%;

}

.teaserItem img {
width:100%;
z-index:0;
vertical-align: bottom;
}

.teaserNav .status {
display: none;
}