.jcarousel-skin-tango .jcarousel-container-horizontal { width: 89.8%; padding: 30px 50px; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 100%; height: 64px; }
.jcarousel-skin-tango .jcarousel-item { width: auto; height: auto; text-align: center; }

/* Horizontal Buttons - Brand*/
.jcarousel-skin-tango .jcarousel-next-horizontal { background: transparent url(../images/arrow_R.gif) no-repeat scroll 0 0; cursor: pointer; width: 25px; height: 25px; position: absolute; top: 48px; right: 9px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal { background: transparent url(../images/arrow_L.gif) no-repeat scroll 0 0; cursor: pointer; width: 25px; height: 25px; position: absolute; top: 48px; left: 9px; }


.jcarousel-skin-magic .jcarousel-container-vertical { width: 87px; height: 194px; padding: 21px 0px; }
.jcarousel-skin-magic .jcarousel-clip-vertical { width: 100%; height: 194px; }
.jcarousel-skin-magic .jcarousel-item { width: auto; height: auto; text-align: center; }

/* Vertical Buttons - Product Details */
.jcarousel-skin-magic .jcarousel-next-vertical  { background: transparent url(../images/arrow_next_vertical.png) no-repeat scroll 0 0; cursor: pointer; width: 15px; height: 15px; position: absolute; bottom: 0px; left: 36px; }

.jcarousel-skin-magic .jcarousel-prev-vertical  { background: transparent url(../images/arrow_prev_vertical.png) no-repeat scroll 0 0; cursor: pointer; width: 15px; height: 15px; position: absolute; top: 0px; left: 36px; }

/*
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
*/
.jcarousel-container { position: relative; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
.jcarousel-list li, .jcarousel-item { float: left; list-style: none; position: relative; }

/*
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }

/**/

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 68px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


