/* 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: 670px;
}
.carouseljs ol li,
.carouseljs ul li {
  width: 220px;
  padding:0 20px;
  height: 160px;
}
.carouseljs .cjs-left,
.carouseljs .cjs-right {
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.carouseljs .cjs-disabled {
  cursor: default;
}
.cjs-left.cjs-disabled {
	background:black url(images/l.gif)no-repeat center 18px;
	}
.cjs-left.cjs-enabled	{
	background:black url(images/la.gif)no-repeat center 18px;
	}
.cjs-right.cjs-disabled {
	background:black url(images/r.gif)no-repeat center 18px;
	}
.cjs-right.cjs-enabled	{
	background:black url(images/ra.gif)no-repeat center 18px;
	}
/* 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;
}
