.carousel {
  position: relative;
}
.carousel-container {
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
}
.carousel-container ul {
  margin: 0;
  padding: 0;
  width: 9999em;
}
.carousel-container ul:after {
  clear: both;
  content: " ";
  display: block;
}
.carousel-container li {
  display: inline-block;
  float: left;
  list-style-type: none !important;
  margin-left: 0;
  padding: 24px;
  text-align: left;
  width: 296px;
}
.carousel .image {
  float: left;
  margin-right: 16px;
  min-height: 280px;
  width: 60px;
}
.carousel .image img {
  display: inline;
}
.carousel .brand-font a {
  font-size: 0.9em;
}
.move-left a, .move-right a {
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none !important;
}
.move-left a {
	background-image: url(../img/carousel-left.jpg);
  height: 100%;
  left: -48px;
  position: absolute;
  top: 0;
  width: 48px;
}
.move-right a {
	background-image: url(../img/carousel-right.jpg);
  height: 100%;
  position: absolute;
  right: -48px;
  top: 0;
  width: 48px;
}

#home-carousel {
  margin-left: 36px;
  margin-right: 36px;
}

@media screen and (min-width: 1200px) {
#home-carousel {
  margin-left: 0px;
  margin-right: 0px;
}
.carousel-container li {
  width: 240px;
}
/*.carousel .image {
  float: none;
  min-height: auto;
  text-align: center;
  width: 100%;
}
.carousel .image img {
  display: inline-block;
  margin-bottom: 16px;
  max-width: 80px;
}*/
}
@media screen and (min-width: 1340px) {
#home-carousel {
  margin-left: 36px;
  margin-right: 36px;
}
.carousel-container li {
  width: 306px;
}
.carousel .image {
  min-height: 200px;
}
}
@media screen and (min-width: 1400px) {
#home-carousel {
  margin-left: 0px;
  margin-right: 0px;
}
.carousel-container li {
  width: 324px;
}
}

@media screen and (max-width: 1023px) {
.carousel-container li {
  width: 324px;
}
.carousel .image {
  min-height: 200px;
}
}
@media screen and (max-width: 767px) {
#home-carousel {
  text-align: center;
}
.carousel {
  margin-left: auto;
  margin-right: auto;
  width: 216px;
}
.carousel-container li {
  width: 216px;
  text-align: center;
}
.carousel .image {
  float: none;
  margin-bottom: 16px;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.carousel .image img {
  display: inline;
  max-width: 80px;
}
}