.row {
	text-align: center;
}

/*
.carousel {
  height: 590px;
  left: 47%;
  margin-left: -464px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -40px;
  width: 1100px;
}
*/
.row{
  opacity: 0;	
}

.carousel {
  height: 590px;
  position:relative;
  margin-left: calc(50vw - 511px);
  opacity: 1;
  overflow: hidden;
  margin-top: -40px;
  width: 1100px !important;
}




.carousel .itemm {
	width: 350px;
	height: 250px;
	background-size: 100%;
	vertical-align: middle;
	line-height: 40px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}

/*
.item.item1.transition {
  z-index: 4000 !important;
}
.item.item2.transition {
  z-index: 3000 !important;
}
.item.item3.transition {
  z-index: 2000 !important;
}

.item.item4.transition {
  z-index: 1000 !important;
}
*/

.controls {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 2147;
}

.controls a {
	display: block;
}

.controls .previous {
  float: left;
  height: 410px;
  width: 50%;
  z-index: 2147483647;
}

.controls .next {
  float: right;
  height: 410px;
  width: 50%;
}