/* 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: 984px;
}
.carouseljs ol li,
.carouseljs ul li {
  width: 215px;
  height: 80px;
}
.carouseljs .cjs-left {
	background: #FFF url(imagenes/botones/flechaizquierda.gif) no-repeat center center;
}
.carouseljs .cjs-right {
	background: #FFF url(imagenes/botones/flechaderecha.gif) no-repeat center center;
}
.carouseljs .cjs-left,
.carouseljs .cjs-right {
  width: 62px;
  height: 100%;
  cursor: pointer;
}
.carouseljs .cjs-disabled {
  background: #fff;
  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;
	position: relative;
}
.carouseljs ol li .texto, .carouseljs ul li .texto {
	position: absolute;
	right: 7px;
	bottom: 2px;
	text-decoration: none;
	margin-left: 20px;
	text-align: right;
	display: block;
}
.carouseljs ol li .barras, .carouseljs ul li .barras {
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #DA4814;
	text-decoration: none;
}
.carouseljs ol li .titulo, .carouseljs ul li .titulo {
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
	text-decoration: none;
}
