.roundabout-holder {
	padding: 0;
	margin: 0 auto;
	height: 530px;
	width: 100%;
}

.roundabout-moveable-item {
	height: 530px;
	width: 320px;
	cursor: pointer;
	display:block;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
}

.roundabout-in-focus {
	cursor: auto;
}

#carousel li {
height: 530px;
width: 445px;
text-align: center;
cursor: pointer;
overflow: hidden;
background: #fff;
opacity: 1!important;
padding: 0;
border:0;
}
.nrmlContSec #carousel li:before {
	display: none;
}
#carousel li a{
	height: 100%;
	width: 100%;
}
#carousel li img {
  opacity: 0.39;
  object-fit: cover;
}

#carousel li.roundabout-in-focus{
cursor: default;
}

#carousel li.roundabout-in-focus img {
opacity: 1!important;
}
#carousel li.roundabout-in-focus:hover img {
opacity: .8!important;
}

#carousel a.view-project-button {
display: block;
color: #FFF;
font: 34px/1.6em "Helvetica Neue", Arial, sans-serif;
padding: 6px 12px;
text-decoration: none;
background: #9ABE42;
}
#carousel a.view-project-button:hover {
background: #7E9D32;
}

#carouse-wrap {
	position: relative;
	padding-top: 20px;
}
.next, .prev {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 45px;
	margin-top: -8px;
	cursor: pointer;
	z-index: 99999;
}
.next {
	right: 40px;
	background: url(../images/roundright-icon.png) 0 0 no-repeat;
}
.prev {
	left: 40px;
	background: url(../images/roundleft-icon.png) 0 0 no-repeat;
}