/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/

.carousel-component { 
  position:relative;
  overflow:hidden;
  visibility:visible; /* component turns it on when first item is rendered */
}
				
.carousel-component ul.carousel-list { 
  width:10000000px;
  position:relative;
  z-index:1; 
}

.carousel-component .carousel-list li { 
  float:left;
  list-style:none;
  overflow:hidden;
}

.carousel-component .carousel-vertical li { 
  float:none;
  margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
  width:auto;
}

.carousel-component .carousel-clip-region { 
  overflow:hidden;
  margin:0px auto;
  position:relative; 
}

#prev-arrow-container, #next-arrow-container { 
  float:left;
  margin: 0px;
  padding: 0px;
}

#next-arrow { 
  cursor:pointer; 
}

#prev-arrow { 
  cursor:pointer; 
} 
