@charset "utf-8";

.widget_main_slide{background-color:#e0e0e0;height:560px;}
.widget_main_slide .slide{height:100%;background-position:center center;background-repeat:no-repeat;}
.widget_main_slide .slide a{display:block;height:100%;}

.widget_main_slide .fotorama__nav {
    margin-top: -30px;
    z-index: 2;
}
.widget_main_slide .fotorama__dot {
    background-color: #ddd;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: static;
}
.widget_main_slide .fotorama__active .fotorama__dot {
    background-color: #aaa;
    opacity: 1;
    width: 15px;
    height: 15px;
    border: 0;
}

.widget_mainslide .fotorama__nav--dots .fotorama__nav__frame {
    width: 30px;
    text-align: center;
}

