/**
    Projecten scroller
**/

#bottombanner {
    position: relative;
    /*height: 94px;
    padding: 47px 0 43px 0;*/
    height: 184px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    background-image: url('../images/banner2.png');
    background-position: top center;
    background-repeat: repeat-x;
    clear:both; 
    visibility: hidden;
}
                        
.fadeoutLeft, .fadeoutRight { position: absolute; z-index: 3; top: 17px; }
.fadeoutLeft { left: 0px; }
.fadeoutRight { right: 0px; }
.arrowLeft, .arrowRight { position: absolute; z-index: 3; top: 62px; cursor: pointer;}
.arrowLeft { left: 30px; }
.arrowRight { right: 30px; }

#scroller {
    height: 90px;
    overflow: hidden;
    left: 0;
    margin: 47px 0 43px 0;
    position:absolute;
    z-index: 1;
}

.thumb{
    float:left;
    width:300px;
    height:90px;
    margin:0 10px 0 0;
}

/*.thumb-scroller{
    float:left;
    width:280px;
    height:90px;
    margin:0 30px 0 0;
}*/

.scrollerImg{
    float: left;
    width: 115px;
    height: 90px;
    margin: 2px 15px 0 0;
    overflow: hidden;
    text-align: center;
}

.scrollerImg a {
    display: block;
}

.scrollerImg img {
    padding: 0;
}

div.scrollerText {
    width: 170px;
    height: 90px;
    overflow: hidden;
    float: left;
    position: relative
}

div.scrollerText a {
    text-decoration: none;
}
div.scrollerTitle {
    display: block;
    font-size: 13px;
    height: 2.5em;
    margin-bottom: 6px;
    width: 100%;
    overflow: hidden;
}
div.scrollerExtra {
    font-size: 11px;
}
a.scrollerLink,
a.scrollerMap {
    position: absolute;
    left: 0;
    color: #fc6525;
    font-size: 11px;
}
a.scrollerLink { bottom: 14px; }
a.scrollerMap { bottom: 0px; }
a.scrollerLink:hover,
a.scrollerMap:hover {
    color: #ebebeb
}

/*
#scroller .alt_tekst{
    padding: 3px;
    color: #8c8c8e;
    margin: 0 12px 0 3px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
}*/

#banner_preview {
    border: 1px solid #999;
    height: 90px;
    background: #eae4e4;
    color: #444444;
    padding: 10px;
    width: 300px;
}

#banner_preview .scrollerText a:hover {
    color: #444444;
}