.home_roundabout_block{
	width:100%;
	height:360px;
	float:left;
	margin:0;
}
.home_roundabout_block ul{
	list-style:none;
}
#roundAbout{
	position:absolute;
	visibility:hidden;
}

.roundabout-holder {
	width:1040px;
	height:366px;
	position:relative;
	margin:0;
	display:block;
}
.roundabout-moveable-item {
   height:345px;
   width: 445px;
   float:left;
   cursor: pointer;
   overflow:hidden;
   border:solid 6px white;
   box-shadow:4px 15px 18px #999;
	-webkit-box-shadow:4px 15px 18px #999;
	-moz-box-shadow:4px 15px 18px #999;
}
.roundabout-in-focus { cursor: auto; }

.roundabout-moveable-item img{
	width:100%;
	height:100%;
	display:block;
}