/* 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: 780px;
}

.carouseljs ol li,
.carouseljs ul li {
  width: 120px;
  height: 163px;
  margin-top: 25px;
  line-height: 1.5em;
  text-align: center;
}

.carouseljs li img {
  display: block;
  margin-bottom: 4px;
}

.carouseljs li a {
  font-size: 1.0em;
  color: #fff !important;
  text-decoration: underline;
}

.carouseljs .cjs-left,
.carouseljs .cjs-right {
	width: 25px;
	height: 100%;
	cursor: pointer;
}

.carouseljs .cjs-left {
	background-color: #A40000;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.carouseljs .cjs-right {
	background-color: #A40000;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}


.carouseljs .cjs-disabled {
	cursor: default;
	background-color: #A40000;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
}

/* 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;
}

