/*!
 * jQuery wmuSlider v1.0
 * 
 * Copyright (c) 2011 Brice Lechatellier
 * http://brice.lechatellier.com/
 *
 * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
 */

/* CSS Reset */


/* Demo */
.wmuSliderWrapper {margin: 0; padding: 0; vertical-align:baseline; position: absolute; top: 0;}
.wmuSliderWrappe img{vertical-align:top}

.wmuSlider,
.wmuGallery {padding-bottom: 20px;margin-top:4px;}

.wmuSlider {width: 550px; margin: 0 auto; padding-top: 98px;}
/* mwuSlider */
.wmuSlider {position: relative; overflow: hidden;}
.wmuSlider .wmuSliderWrapper .wmuSliderWrapperli {position: relative; text-align: center; cursor:pointer; text-align: center;}
.wmuSlider .wmuSliderWrapper .wmuSliderWrapperli img {max-width: 100%; width: auto; height: auto;}
.wmuSlider .wmuSliderWrapper .wmuSliderWrapperli img {width: 116px;}

/* mwuGallery */
.wmuGallery .wmuGalleryImage {position: relative; text-align: center;}
.wmuGallery .wmuGalleryImage img {max-width: 100%; width: auto; height: auto;}
.wmuGallery .wmuGalleryImage .wmuSliderWrapperli .wmuSliderWrapperlitxt {display: none;}

/* Default Skin */
.wmuGallery .wmuGalleryImage .wmuSliderWrapperliimg img {border:4px solid #e6e6e6; margin-bottom: 20px;}
.wmuGallery .wmuGalleryImage table {margin-top: 40px;}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(sprites.png) no-repeat 0 0;
    bottom: -75px;    
    z-index: 2;
}
.wmuSliderPrev {background-position: 100% 0; left: -10px;}
.wmuSliderNext {right: -10px;}
.wmuSliderPagination {margin: 0; padding: 0; list-style: none;    
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
}
.wmuSliderPagination li {
    display:inline-block;
    *float: left;
    padding: 0;
    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;}