.wmuSlider {
    position: relative;
    overflow: hidden;
}

.wmuSlider .wmuSliderWrapper {
    display: none;
}

.wmuSlider .wmuSliderWrapper article {
    position: relative;
}

.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.wmuSlider article .layerOne {
    position: absolute;
    z-index: 5;
}

.wmuSlider article .layerTwo {
    position: absolute;
    z-index: 1;
}

.wmuSlider article h2 {
    font-weight: bold;
}

.wmuSlider article a.moreinfo {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #1d1d1d;
    text-decoration: none;
    padding: 8px 14px;
    margin: 18px 0 0 0;
    clear: both;
    display: inline-block;
}

.wmuSlider article a:hover.moreinfo {
    text-decoration: underline;
    background-color: #2c2c2c;
}

.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}

.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}

.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    display: none;
}

.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}

.wmuSliderNext {
    right: 20px;
}

.wmuSliderPagination {
    z-index: 10;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}

.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background-images: url('../img/sprites.png');
    background-repeat: no-repeat;
    background-position: 0 -80px;
}

.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}
