/* 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: 100%;
}
.carouseljs ol li,
.carouseljs ul li {
  width:240px;
  height:175px;
}
.carouseljs .cjs-left {
	width: 36px;
  height: 100%;
  margin-right: 0px;
  cursor: pointer;
  background: url('../images/left.png') no-repeat;
}
.carouseljs .cjs-right {
  width: 36px;
  height: 100%;
  margin-left: 10px;
  cursor: pointer;
  background: url('../images/right.png') no-repeat;
}
.carouseljs .cjs-disabled {
	background-position: 0 -175px;
  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;
}
