/* Our override file for jcarousel! */

.jcarousel-wrapper {
  margin: 0 auto;
  background: url(../images/layout-sprite.png) no-repeat -106px -1846px;
  overflow: hidden;
  width: 542px;
  height: 146px;
  padding: 0 48px 20px;
}

.jcarousel-w-header {
  background-position: -106px -1812px;
  height: 180px;
}

.jcarousel-wrapper h4 {
  font-size: 1.143em;
  text-transform: none;
  letter-spacing: auto;
  min-height: 32px;
  background: #fff;
  position: relative;
  left: -48px;
}

.jcarousel-wrapper ul li {
  float: left;
  margin: 0 !important;
  padding: 0 14px 0 0 !important;
  width: auto !important;
  height: auto;
}

.jcarousel-wrapper ul li a {
  display: block;
  padding: 1px;
  background: #111;
  border: 1px solid #ccc;
}

#content-bottom .jcarousel-wrapper ul li img,
.content-in .jcarousel-wrapper ul li img {
  float: none;
  border: 0;
  margin: 0;
  display: block;
}

.content-in .jcarousel-wrapper ul li a:hover img {
  border: 0;
}

.jcarousel-wrapper ul li:last-child {
  margin-right: 0;
}

.jcarousel-wrapper ul {
  padding-top: 31px;
}

.jcarousel-prev,
.jcarousel-next {
  cursor: pointer;
  position: absolute;
  top: 67px;
  left: -46px;
  width: 27px;
  height: 29px;
  background: url(../images/layout-sprite.png) no-repeat -359px -1197px;
}

.jcarousel-next {
  left: auto;
  right: -42px;
  background-position: -387px -1197px;
}

