﻿#carouselWrapper{
    position: relative;
    z-index: 1;
}
#carousel{
    border: 1px solid #333;
}
.thumbs{
    float: right;
    width: auto !important;
    margin-top: -34px;
    padding-right: 5px;
}
.thumbs .thumb{
    background: url(/_layouts/images/nhsconfed2010/thumb_off.gif) no-repeat !important;
    border: 0 !important;
    margin-right: 10px !important;
    width: 20px;
    height: 20px;
}
.thumbs .active{
    background: url(/_layouts/images/nhsconfed2010/thumb_on.gif) no-repeat !important;
}
.textholder{
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
    zoom: 1;
    background: rgba(0,0,0,0.85);
    padding: 10px;
    height: auto !important;
}
    .textholder *{
        color: #fff !important;
        font-family: arial, sans-serif;
    }
    .textholder h2{
        font-size: 2em;
    }
    .textholder p{
        font-size: 1.2em;
        width: 440px;
    }
#min, #max, #close,
.pause, .play{
    display: none !important;
}