﻿
/*  Cameo Skin CSS ========================================= */

.mis-stage {
    background:none;
}
    .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: 135px;
        height: 1px;
        background-color: #3f6ec3;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #fff;
            display: block;
            /*width: auto;*/
            background: #456db6;
            border-radius:50%;
            /*height:auto;*/
            font-size:35px;
            line-height: 163px;
            font-family: 'Arial';
            font-weight: normal;
            margin-top:15px;
        }         
        .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:260px;
            height: 270px;
	        padding: 50px;
        
            /*  Undo the margin added by slider element */
            margin-top: -140px
        }
    .mis-nav-buttons a {
        color: #fff; 
    }



