﻿@charset "utf-8";
.roundabout_box {
    position: relative;
    width: 800px;
    height: 440px;
    margin: 0 auto;
}

.roundabout-holder {
    height: 425px;
    margin: 0 auto;
}

.roundabout_box .roundabout-moveable-item {
    height: 416px;
    width: 748px;
    position: relative;
    cursor: pointer;
    background: transparent;
    min-height: 416px !important;
    overflow: hidden;
}

.roundabout_box .roundabout-moveable-item .pic {
    transition: all ease .2s;
}

.roundabout_box .roundabout-in-focus .pic img {
    height: 100%;
    width: 100%;
    max-height: 416px !important;
}

.roundabout_box .roundabout-moveable-item .pic img {
    height: 100%;
    width: 100%;
}

.roundabout_box .roundabout-in-focus {
    cursor: auto;
}

.roundabout_box .roundabout li {
    margin: 0;
}