﻿.infiniteCarousel 
{
  width                 : 900px;
  position              : relative;
  left                  : -190px;
}

.infiniteCarousel .wrapper 
{
  width                 : 900px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow              : auto;
  min-height            : 10em;
  margin                : 0 40px;
  position              : absolute;
  top                   : 0;
  height                : 150px;
}

.infiniteCarousel ul a img 
{
  /*border                : 5px solid #000;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;*/
}

.infiniteCarousel .wrapper ul 
{
  width                 : 9999px;
  list-style-image      : none;
  list-style-position   : outside;
  list-style-type       : none;
  margin                : 0;
  padding               : 0;
  position              : absolute;
  top                   : 0;
}

.infiniteCarousel ul li 
{
  display               : block;
  float                 : left;
  padding               : 5px;
  height                : 118px;
  width                 : 215px;
}

.infiniteCarousel ul li a img 
{
  display               :block;
}

.infiniteCarousel .arrow 
{
  height                : 119px;
  width                 : 22px;
  background-repeat     : no-repeat;
  text-indent           : -999px;
  position              : absolute;
  top                   : 5px;
  left                  : 670px;
  cursor                : pointer;
}

.infiniteCarousel .forward 
{
  background-image      : url(/style/images/btnRight.png);
  left                  : 945px;
}

.infiniteCarousel .back 
{
  background-image      : url(/style/images/btnLeft.png);
  left                  : 13px;
}
