/* 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.
 */


#new-products .carouseljs {
  width: 472px;
}
#new-products .carouseljs ol {
  
  
  
  
}
#new-products .carouseljs ol li {
  width: 135px;
  height: 200px;
  margin-left: 5px;
  
  
}
#new-products .carouseljs .cjs-left,
#new-products .carouseljs .cjs-right {
  height: 100%;
  width: 25px;
  cursor: pointer;
}
#new-products .carouseljs .cjs-left {
  background: url('../images/left.gif') no-repeat 0 top;
}
#new-products .carouseljs .cjs-right {
  background: url('../images/right.gif') no-repeat 0 top;
}
#new-products .carouseljs .cjs-disabled {
  cursor: default;
}
#new-products .carouseljs .cjs-disabled {
  background-position: 0 bottom;
}

/* 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; /*ie6... */
}