/*  Cameo Skin CSS ========================================= */

.mis-stage {
    background-color: #fff;
}
    .mis-slider {
        /*  Slider element does not need to be a specific height
            Here we use it to create a stylish bar behind slides */
        margin-top: 100px;
        height: 80px;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #222;
            display: block;
            width:270px;
        }  
        .mis-slider li figcaption {
            font-size: 16px;
        }
        .mis-slider li img {
            width: 100%;
            height: 381px;
            border: none;
            max-width: 270px;
        }
        .mis-slide {
            /*  Set width in pixels to restrict width of slides 
                for multi-item slider, default width is 100%
                for single-item slider. Use padding to add space 
                between slides */
	        width: 360px;
                height: 360px;
	        padding: 40px;
            /*  Undo the margin added by slider element */
            margin-top: -138px
        }
    .mis-nav-buttons a {
        color: #fff; 
    }