


/**********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: #009244;
}
.round-left{
    left: 0;
    background:#CCCCCC url("../image/left01.png") no-repeat center;
}
.round-right{
    right: 0;
    background:#CCCCCC url("../image/right01.png") no-repeat center;
}
.roundabout_box {
	min-height: 400px;
	position: relative; 
	width: 60%; 
	/*width: 720px;*/
	float: right;
}
@media (max-width: 1200px) {
.roundabout_box{
width:100%;
}
}
@media screen and (max-width: 1023px) {
				.roundabout_box {
					max-width: 100%;
 min-height: 300px;
				}

.roundabout_box li{min-height: 300px!important;}
			}
.roundabout_box li {
	min-height: 400px;
	position: relative;
}
.roundabout_box img {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}



.roundabout_box .slick-prev, .roundabout_box .slick-next {
    z-index: 20;
    margin-top: 0;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}

.roundabout_box .slick-prev {
  left: 0;
  background: #C5C5C5 url(../image/left01.png) no-repeat center;
}
.roundabout_box .slick-prev:hover {
  background-color: #009244;
}
.roundabout_box .slick-next {
  right: 0;
  background: #C5C5C5 url(../image/right01.png) no-repeat center;
}
.roundabout_box .slick-next:hover {
	background-color: #009244;
}

.roundabout-holder{list-style:none;width:690px;height:414px;margin:0px auto;}
.roundabout-moveable-item{
	height:414px;width:687px;cursor:pointer;background:#fff; 
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
	 
	}
.roundabout-moveable-item img{
	/*height:100%;width:100%;*/
	background-color:#FFFFFF;
	margin:auto;}
.roundabout-in-focus{cursor:auto; padding: 1px;}
.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;}


