


/**********roundabout**********/
.round-left,.round-right{
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 500;
}
.round-left:hover,.round-right:hover{
    background-color: #2365D0;
}
.round-left{
    left: 0;
    background:#CCCCCC url("../images/left01.png") no-repeat center;
}
.round-right{
    right: 0;
    background:#CCCCCC url("../images/right01.png") no-repeat center;
}
.roundabout_box {height:454px;width:100%;margin:40px auto 0; position: relative}
.roundabout-holder{list-style:none;width:790px;height:454px;margin:0px auto;}
.roundabout-moveable-item{width:790px;height:454px;cursor:pointer;background:#fff; box-shadow: 0 5px 10px rgba(0,0,0,0.2)}
.roundabout-moveable-item img{border:none;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;}
.roundabout-in-focus000:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-holder .text{color:#999;}
@media (max-width: 1679px) {
    .roundabout_box{
        height:408px;
    }
    .roundabout-holder,.roundabout-moveable-item, .roundabout-moveable-item{width:711px;height:408px;}
}
@media (max-width: 1259px) {
    .roundabout_box{
        height: 272px;
    }
    .roundabout-holder,.roundabout-moveable-item, .roundabout-moveable-item{width:474px;height:272px;}
}