.jcarousel-skin-tango .jcarousel-container {
    background: #ffffff;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal { width: 900px;
    padding: 0px 0px;
}
/*******ver************/
.jcarousel-skin-tango .jcarousel-container-vertical {
width: 170px;
height: 80px;
padding: 0;
} 
/*******ver************/
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 900px;
    height: 80px;
	text-align:center;
	margin-left:0px;
}
/*******ver************/
.jcarousel-skin-tango .jcarousel-clip-vertical {
width: 130px;
height: 90px;
} 
/*******ver************/
.jcarousel-skin-tango .jcarousel-item {
    width: 130px; height: 80px;
}

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

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
/*******ver************/
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: 10px;
height:80px;
} 
/*******ver************/
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 21px;
    height: 36px;
    cursor: pointer;
  /*  background: transparent url(new_prod_arrow_right.png) no-repeat center bottom;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background: transparent url(new_prod_arrow_right.png) no-repeat center top;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 21px;
    height: 36px;
    cursor: pointer;
    /*background: transparent url(new_prod_arrow_left.png) no-repeat center bottom;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    /*background: transparent url(new_prod_arrow_left.png) no-repeat center top;*/
}


/*********vertival butons**********/


.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
bottom: 5px;
right: -25px;
width: 26px;
height: 26px;
top:28px;
cursor: pointer;
background: transparent url(arrow_right.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background: transparent url(arrow_right_hover.png) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-next-vertical:active {
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}*/

.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: 28px;
left: -25px;
width: 26px;
height: 26px;
cursor: pointer;
background: transparent url(arrow_left.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background: transparent url(arrow_left_hover.png) no-repeat 0 0;
}
/*.jcarousel-skin-tango .jcarousel-prev-vertical:active {
background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
} */