
.jcarousel-skin-tango_prod .jcarousel-clip-horizontal {
	border:0px solid #f80909;
	margin-top:10px;
	margin-left:45px;
    height: 205px;
    width:660px;
}

.jcarousel-skin-tango_prod .jcarousel-item {
	border:0px solid #12ec0d;
    height: 200px;
    width:200px;
    margin-left:15px;
}

.jcarousel-skin-tango_prod .jcarousel-item-horizontal {
	
    margin-right: 0px;
}

.jcarousel-skin-tango_prod .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango_prod .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango_prod .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango_prod .jcarousel-next-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 70px;
    right: 0px;
    width: 31px;
    height: 57px;
    cursor: pointer;
    background: transparent url(../images/carusel/rp.png) no-repeat 0 0;
}

.jcarousel-skin-tango_prod .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(../../../img/header/prev-vertical.png);
}




.jcarousel-skin-tango_prod .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 31px;
    height: 57px;
    cursor: pointer;
    background: transparent url(../images/carusel/lp.png) no-repeat 0 0;
}

.jcarousel-skin-tango_prod .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../../../img/header/prev-vertical.png);
}

