.jcarousel-skin-tango .jcarousel-container {
    background:none;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal { width: 760px;
    padding: 0px 0px;
}
/*******ver************/
.jcarousel-skin-tango .jcarousel-container-vertical {
width: 170px;
height: 400px;
padding: 30px 0 15px 0;
margin-left:5px;
} 
/*******ver************/
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 720px;
    height: 300px;
	text-align:center;
	margin-left:0px;
}
/*******ver************/
.jcarousel-skin-tango .jcarousel-clip-vertical {
width: 170px;
height: 385px;
} 
/*******ver************/
.jcarousel-skin-tango .jcarousel-item {
    width: 176px; height: 300px;
}

.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:87px;
} 
/*******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-vertical {
position: absolute;
bottom: 5px;
left: 72px;
width: 33px;
height: 32px;
cursor: pointer;
background: transparent url(brand_arrow_bottom.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
background: transparent url(brand_arrow_bottom_hvr.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-vertical {
position: absolute;
top: 5px;
left: 72px;
width: 33px;
height: 32px;
cursor: pointer;
background: transparent url(brand_arrow_top.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
background: transparent url(brand_arrow_top_hvr.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;
} */