.media {
    width: auto;
}

.image-switcher ul li {
    background-image: url("../img/bgs/translucent-black-50.png");
}

.image-switcher ul li.active {
    background-image: none;
}

.header-image .caption {
    background-image: url(../img/bgs/translucent-black.png);
}

.image-gallery .bullets .bullet,
#home .link-carousel .bullets .bullet,
#extras .link-carousel .bullets .bullet {
    background-color: transparent;
    background-image: url(../img/icons/punkt-grey.png);
    background-position: 0px 0px;
}

.image-gallery .bullets .bullet.selected,
#home .link-carousel .bullets .bullet.selected,
#extras .link-carousel .bullets .bullet.selected {
    background-color: transparent;
    background-image: url(../img/icons/punkt-black.png);
}

#cboxTitle{
    background-color: #000;
}

#header-content {
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color='#000000'),
        progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=90, Color='#000000'),
        progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=180, Color='#000000'),
        progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=270, Color='#000000');
}