/* Example 1 */

#example-1 .carouseljs ol {
  width: 670px;
}
#example-1 .carouseljs ol li {
  width: 240px;
  height: 160px;
  padding-left: 5px;
}
#example-1 .carouseljs .cjs-left,
#example-1 .carouseljs .cjs-right {
  width: 26px;
  cursor: pointer;
  height: 100%;
}
#example-1 .carouseljs .cjs-left {
  background: url('../sprites/example1/left.gif') no-repeat #fff;
}
#example-1 .carouseljs .cjs-right {
  background: url('../sprites/example1/right.gif') no-repeat #fff;
}
#example-1 .carouseljs .cjs-disabled {
  background-position: 0 -160px;
  cursor: default;
}
#example-1 .carouseljs li img {
  display: block;
}

/* Example 2 */

#example-2 .carouseljs {
  background: url('../sprites/example2/carousel-bg.png') no-repeat;
  height: 340px;
}
#example-2 .carouseljs ol {
  background: url('../sprites/example2/list-item-backgrounds.png') repeat-x 0 top;
  width: 632px;
  height: 240px;
  top: 50px;
}
#example-2 .carouseljs ol li {
  width: 166px;
  height: 240px;
  margin-left: 10px;
  text-indent: 10px;
}
#example-2 .carouseljs .cjs-left,
#example-2 .carouseljs .cjs-right {
  height: 100%;
  width: 45px;
  cursor: pointer;
}
#example-2 .carouseljs .cjs-left {
  background: url('../sprites/example2/left.gif') no-repeat #000 0 top;
}
#example-2 .carouseljs .cjs-right {
  background: url('../sprites/example2/right.gif') no-repeat #000 0 top;
}
#example-2 .carouseljs .cjs-disabled {
  cursor: default;
}
#example-2 .carouseljs .cjs-disabled {
  background-position: 0 bottom;
}

/* Example 3 */
#example-3 .carouseljs {
  background: #000;
}
#example-3 ul {
  width: 310px;
}
#example-3 li {
  width: 200px;
  height: 195px;
  margin-top: 25px;
  line-height: 1.5em;
  text-align: center;
}
#example-3 li img {
  display: block;
  margin-bottom: 4px;
}
#example-3 li a {
  font-size: 0.75em;
  color: #fff !important;
  text-decoration: underline;
}
#example-3 .carouseljs .cjs-left,
#example-3 .carouseljs .cjs-right {
  cursor: pointer;
  width: 35px;
  height: 100%;
}
#example-3 .carouseljs .cjs-left {
  background: url('/web/img/fleche-gauche.gif') no-repeat #000 center 195px;
}
#example-3 .carouseljs .cjs-right {
  background: url('/web/img/fleche-droite.gif') no-repeat #000 center 195px;
}
