.social-landing #carouselContainer {
  position: relative;
  width: 1181px;
  height: 600px;
  overflow: hidden;
  margin: 20px 0;
}
.social-cg #carouselContainer {
  position: relative;
  width: 860px;
  height: 207px;
  overflow: hidden;
  margin: 20px 0;
}
#carouselContainer .ui-carousel > .wrapper {
  width: 9999px;
}
#carouselContainer #carousel {
  position: relative;
}
.social-landing #carouselContainer #carousel .slide {
  position: relative;
  width: 1175px;
  height: 594px;
  float: left;
}
.social-cg #carouselContainer #carousel .slide {
  position: relative;
  width: 207px;
  height: 207px;
  float: left;
}
.social-cg #carouselContainer #carousel .slide .image {
	width: 205px;
	height: 205px;
	border: 1px solid #E5E8E8;
	background-position: center;
}
#carouselContainer #ui-carousel-next {
  width: 34px;
  height: 34px;
  position: absolute;
  right: -14px;
  top: 90px;
  background: url('../img/button-next-slide-34x34.png') no-repeat;
  cursor: pointer;
}
#carouselContainer #ui-carousel-prev {
  width: 34px;
  height: 34px;
  position: absolute;
  left: -16px;
  top: 90px;
  background: url('../img/button-prev-slide-34x34.png') no-repeat;
  cursor: pointer;
}
