/**
 * $Id: skin.css 434 2010-04-06 20:04:18Z martin $
 * 
 * Do not edit or add to this file if you wish to upgrade mmSlideshow to newer
 * versions in the future. If you wish to customize mmSlideshow for your
 * needs please refer to http://www.mmPlugins.com/ for more information.
 * 
 */

.pause, .play {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
}

.mmSlideshow-controls {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top:10px;
    height: 40px;
}
    .mmSlideshow-controls .previous {
        width: 15px;
        height: 28px;
        display: block;
        outline: none;
        position: absolute;
        left: 50%;
        margin-left: -40px;        
    }
    .mmSlideshow-controls .next {
        width: 15px;
        height: 28px;
        display: block;
        outline: none;
        position: absolute;
        left: 50%;
        margin-left: 28px;
    }
    .mmSlideshow-controls .control-spacer {
        width: 10px;
        float: left;
    }

.mmSlideshow-thumbs {
    margin: 10px auto;
    overflow: hidden;
}
.mmSlideshow-thumbs ul {
    margin: 0 0 0 3px;
}    
    .mmSlideshow-thumbs ul li {
        border: 1px solid #c3c8ca;
    }
   
.mmSlideshow-page {
    display: none;
}
.mmSlideshow-slide {
    position: absolute;
    border: 1px solid #c3c8ca;
    padding: 10px 0px;
    top: 0px;
    display: none;
    background: #FFF;
    width: 120px;
    overflow: hidden;
    text-align: center;
}

.hide-controls {
    display: none;
}