/* 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: 525px;

}
.carouseljs ol li,
.carouseljs ul li {
  width: 450px;
  height: 269px;

}
.carouseljs .cjs-left,
.carouseljs .cjs-right {
	width: 26px;
	height: 100%;
	cursor: pointer;

	
}
.carouseljs .cjs-left {
	background: url('carousel-scroll-left.gif') no-repeat #fff;
	
	
}
.carouseljs .cjs-right {
  background: url('carousel-scroll-right.gif') no-repeat #fff;
}
.carouseljs .cjs-disabled {
	background-position: 0 -160px;
	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;
}
