﻿
.mis-stage {
height:100% !important;
}
    .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: 138px;
	height: 80px;
	/* [disabled]background-color: #eee; */
    }
        .mis-slider li a {
            text-decoration: none;
            color: #666;
            display: block;
        }  
        .mis-slider li figcaption {
			   font-size: 22px; 
			   margin: 20px 0 50px;
				color: #333;
        }
        .mis-slider li img {
            max-width: 750px;
            width: 100%;
            border: none; }
        .mis-slide {width:750px; margin-top: -138px }
    .mis-nav-buttons a {
        color: #fff; 
    }
