#news, #events {
  float: left;
  margin-bottom: 40px;
}

#promos-carousel {
  float: left;
}

.jcarousel-container {
  position: relative;
  overflow: hidden;
}

.jcarousel-clip {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.jcarousel-item {
  float: left;
  list-style: none;
  width: 540px;
  height: auto;
}

.frontpage.jcarousel-container-horizontal {
  width: 540px;
  height: 340px;
}

.frontpage .jcarousel-clip-horizontal {
  text-align: center;
  height: auto;
}

.frontpage .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.frontpage .jcarousel-item-placeholder-horizontal {
  float: left;
  width: 540px;
  height: 340px;
}

.jcarousel-container-vertical {
  width: 170px;
  height: 100px;
}

.jcarousel-clip-vertical {
  width: 170px;
  height: 100px;
}

.jcarousel-item-vertical {
  float: left;
  list-style: none;
  width: 170px;
  height: 100px;
}

#promos-carousel ul li {
  height: 100px;
}