@import "/common/css/local/components/slideshow/index.css";

#slideshowContainer {
    background: transparent url( /alofthotels/images/slideShowBackground.gif ) no-repeat top right;
    position: relative;
    height: 210px;
}

#slideshowContainer #navigation {
    position: absolute;
    top: 160px;
    right: 10px;
    width: 120px;
    height: 37px;
    text-align: right;
    z-index: 300;
}

#slideshowContainer #addMask {
    display: block;
    position: absolute;
    background: transparent url( /alofthotels/images/ppeImageMask.png ) no-repeat top left;
    width: 547px;
    height: 210px;
    top: 0;
    left: 0;
}

*html #slideshowContainer #addMask {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/alofthotels/images/ppeImageMask.png');
}

#slideshowContainer #largeImage {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

#slideshowContainer #caption {
    position: absolute;
    left: 540px;
    top: -10px;
    width: 90px;
    font-weight: bold;
    padding: 18px 0;
    z-index: 1000;
}
