/* Demo */
.wmuSlider,
.wmuGallery {
}

/* mwuSlider */
.wmuSlider {
    position: relative;
    overflow: hidden;
}
.wmuSlider .wmuSliderWrapper {
    display: none;
}
.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* mwuGallery */
.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}
.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom:0px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 53px;
    height: 53px;
    text-indent: -9999px;    
    bottom: 4px;
    z-index: 2;
	cursor:pointer;
}
.wmuSliderPrev {
    background: url(prev.png) no-repeat 0 0;
    left: 0px;
}
.wmuSliderNext {
	background: url(next.png) no-repeat 0 0;
    right: 0px;
}
.wmuSliderPagination {
    /*z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 10px;*/
	display:none;
}
.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: url(sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}
@media only screen and (min-width: 280px) and (max-width: 768px) {
.wmuSlider,
.wmuGallery {padding-top:10px;
}
	
}