.carousel-items {
  position: relative;
  background-color:#3c3d3d;
  z-index:5;
  height:215px;
  line-height:normal;
  overflow:hidden;
}
.carousel-items a, .carousel-items a:hover, .carousel-items a:active, .carousel-items a:visited {
  color:#fff;
}
.carousel-items a:active, .carousel-items a:focus {
  outline:none;
}


.carousel-items .carousel-image {
  float:left;
  overflow: hidden;
  max-height: 341px;
  width: 40%;
}

.carousel-items .carousel-body {
  float:left;
  font-family:"Helvetica Neue", Helvetica, Arial, "Nimbus Sans L",sans-serif;
  font-size:18px;
  line-height: 160%;
  width: 50%;
}
.carousel-items .node-body a:last-child {
  font-weight:700;
}
