.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    background-color: #111;
    /*border: 1px solid #252525;*/
    border: 0;
}

/** Carousel **/

.bodies,
.necks {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bodies ul,
.necks ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

.bodies li,
.necks li {
    width: 200px;
    height: 294px;
    vertical-align: middle;
    /* background: #000; */
    /* border: 1px solid #000; */
    overflow: hidden;
    /* margin-right: 50px; */
    margin: 10px 50px 10px 0px;
    float: left;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bodies li a,
.necks li a {
    color: #FFF;
    text-shadow: 1px 1px #000;
}

.bodies li a:hover,
.necks li a:hover {
    color: #BB8758;
}

.bodies img {
    position: absolute;
    bottom: -3px;
    left: -3px;
    max-width: 210px !important;
    width: 210px !important;
    height: auto;
    /*max-width: 100%;*/
    /*max-width: 40%;*/
    /*width: 200px;
    height: auto;*/
}

.necks li {
  height: 294px;
  background-color: #656565;
}

.necks .itemImg {
    /*-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    height: auto;
    width: 294px;
    position: absolute;
    /*max-width: inherit;*/
    display: block;
    top:5px;
    /*bottom: 43px;*/
    /*left: -45px;*/
}

/*.necks img.new {
  bottom: 43px;
  left: -45px;
}
*/
/*.necks .back {
    position: relative;
    left: -10px;
    bottom: -118px;
}

.necks .back.new {
  display: none;
}
*/
.bodies .info,
.necks .info {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}
.necks .info {
  height: 95px;
}

.bodies .info_inner,
.necks .info_inner {
    padding: 5px 10px;
}

.bodies .name,
.necks .name {
    font-weight: bold;
    display: block;
    height: 35px;
    color: #E6AA74;
}

.necks .construction {
    display: block;
    margin-bottom: 10px;
}

.bodies .price:before,
.necks .price:before {
    content: "$";
}
.bodies .price:after,
.necks .price:after {
    content: ".00";
}

.bodies .price,
.necks .price {
    display: block;
    margin-top: 5px;
}

.bodies .details_btn,
.necks .details_btn {
    float: right;
    width: auto;
    display: block;
    padding: 5px 5px;
    border: solid 1px #668B6E;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: normal;
    /*background-image: url(img/hardwareItemBuyButton.jpg);*/
    background-repeat: repeat-x;
    background-color: #426341;
    text-transform: uppercase;
    text-align: center;
    color: #eeeeee;
    text-shadow: 1px 1px #444444;
}

.bodies .details_btn:hover,
.necks .details_btn:hover {
    /*background-image: url(img/hardwareItemBuyButton-hover.jpg);*/
    background-color: #516f50;
    color: #ffffff;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    /*background: #222222;*/
    background: transparent;
    /*border: 3px solid #ffffff;*/
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  opacity: 1;
}

.jcarousel-control-prev {
    /*left: 5px;*/
}

.jcarousel-control-next {
    /*right: 5px;*/
    left: auto;
    right: 0px;
}