
.jcarousel-skin-tango_product_home .jcarousel-clip-horizontal {
	border:0px solid #f80909;
	margin-left:35px;
	margin-bottom:20px;
    height: 270px;
    width:600px;
}

.jcarousel-skin-tango_product_home .jcarousel-item {
	border:0px solid #12ec0d;
    height: 270px;
    width:200px;
}

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

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

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango_product_home .jcarousel-next-horizontal {
	border:0px solid #000000;
    position: absolute;
    top: 100px;
    right: 0px;
    width: 30px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/carusel/prod_r.png) no-repeat 0 0;
}

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




.jcarousel-skin-tango_product_home .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 30px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/carusel/prod_l.png) no-repeat 0 0;
}

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

