//* Edit these rules to customize your carousel :)
 * Note: the class name 'carouseljs' is assigned to the DIV element that the script wraps around your supplied UL/OL.
 */

.carouseljs ol,
.carouseljs ul {
  width: 560px;
}
.carouseljs ol li,
.carouseljs ul li {
  width: 80px;
  height: 80px;
}
.carouseljs .cjs-left,
.carouseljs .cjs-right {
  width: 20px;
  height: 100%;
  cursor: pointer;
  background: #f0f5f1;
}
.carouseljs .cjs-disabled {
  background: #f0f5f1;
  cursor: default;
}
.carouseljs .cjs-left {
  background: url('/Images/left.jpg') no-repeat #f0f5f1;
}
.carouseljs .cjs-right {
  background: url('/Images/right.jpg') no-repeat #f0f5f1;
}
.carouseljs .cjs-disabled {
  background-position: 0 bottom;
  cursor: default;
}


/* Only edit these rules if you know what you're doing */

.carouseljs {
  overflow: hidden;
  position: relative;
}

.carouseljs a.cjs-left,
.carouseljs a.cjs-right {
  float: left;
  overflow: hidden;
  text-indent: -9999em;
}

.carouseljs ol,
.carouseljs ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.carouseljs ol li,
.carouseljs ul li {
  float: left;
  display: inline;
}

a {text-decoration:none;}
