/* Theme Carousel */
.infiniteCarousel {width: 950px;position: relative;height: 400px;}
.infiniteCarousel .wrapper {width: 870px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */overflow: auto;height: 400px;margin: 0 40px;position: absolute;top: 0;}
.infiniteCarousel ul a img {}
.infiniteCarousel .wrapper ul {width: 6500px; /* single item * n */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: 11px;height: 378px;width: 150px;}
.infiniteCarousel ul li img { -webkit-transition: border-color 400ms;}
.infiniteCarousel ul li img {border-color: #eee;}
.infiniteCarousel ul li img:hover {border-color: #333}
.infiniteCarousel ul li a img {display:block}
.infiniteCarousel .arrow {display: block;height: 36px;width: 37px;background: url(images/arrow.png) no-repeat 0 0;text-indent: -999px;position: absolute;top: 130px;cursor: pointer;outline: 0;}
.infiniteCarousel .forward {background-position: 0 0;right: 0;}
.infiniteCarousel .back {background-position: 0 -72px;left: 0;}
.infiniteCarousel .forward:hover {background-position: 0 -36px;}
.infiniteCarousel .back:hover {background-position: 0 -108px;}