
/* Demo */
.wmuSlider, .wmuGallery {
margin-bottom: 0px;
}
/* mwuSlider */
.wmuSlider {
position: relative;
overflow:visible !important;
}
.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: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
position: absolute;
width: 40px;
height: 80px;
text-indent: -9999px;
/*background: url(../images//sprites.png) no-repeat 0 0;*/
top: 50%;
margin-top: -40px;
z-index: 2;
}
.wmuSliderPrev {
background-position: 100% 0;
left: 20px;
}
.wmuSliderNext {
right: 20px;
}
.wmuSliderPagination {
z-index: 2;
position: absolute;
right: 10px;
top: -30px;
}
.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(../images/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
background-position: -10px -80px;
}



/* Demo */
.wmuSlider2 {
margin-bottom: -35px;
position: relative;
overflow:visible !important;
}
.wmuSlider2 .wmuSliderWrapper2 {
display: none;
}
.wmuSlider2 .wmuSliderWrapper2 article {
position: relative;
text-align: center;
}
.wmuSlider2 .wmuSliderWrapper2 article img {
max-width: 100%;
width: auto;
height: auto;
}

.wmuSliderPagination2 {
z-index: 2;
position: absolute;
right: 10px;
top: 5px;
float:left;
}
.wmuSliderPagination2 li {
float: left;
margin: 0 5px 0 0;
list-style-type: none;
}
.wmuSliderPagination2 a {
display: block;
text-indent: -9999px;
width: 10px;
height: 10px;
background: url(../images/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination2 a.wmuActive2 {
background-position: -10px -80px;
}
