/**********roundabout**********/
.roundabout_box {width:100%;height:auto;}
.roundabout-holder{list-style:none;width:500px;height:420px;margin:0px auto;}
.roundabout-moveable-item{width:600px;height:420px;cursor:pointer;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;
    /*border-left:1px #fff solid;border-right:1px #fff solid;*/
}
.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;}
.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#3366cc;z-index:999;
	-webkit-border-top-left-radius:5px;-moz-border-radius-topLeft:5px;border-left:1px solid #aaaaaa;border-top:1px solid #aaaaaa;
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}

@media(max-width: 1600px){
	.roundabout-holder{list-style:none;width:450px;height:400px;margin:0px auto;}
	.roundabout-moveable-item{width:600px;height:400px;cursor:pointer;background:#f9f9f9;}
}

@media(max-width: 1440px){
	.roundabout-holder{list-style:none;width:330px;height:280px;margin:0px auto;}
	.roundabout-moveable-item{width:420px;height:280px;cursor:pointer;background:#f9f9f9;}
}

@media(max-width: 640px){
	.roundabout-holder{list-style:none;width:180px;height:180px;margin:0px auto;}
	.roundabout-moveable-item{width:280px;height:180px;cursor:pointer;background:#f9f9f9;}
}

