.jcarousel-skin-tango2 .jcarousel-container {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none;
    border: 0;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    width: 100%;
    padding: 0px;
}

.jcarousel-skin-tango2 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango2 .jcarousel-container-horizontal .jcarousel-clip-horizontal {
    width:  100%;
}

.jcarousel-skin-tango2 .jcarousel-item {
    width: 135px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 1px;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}

.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: transparent !important;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    position: absolute;
    bottom: -33px;
    right: 0px;
    width: 32px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/images/next.jpg) no-repeat 0 top;
	border-left:#e9e9e9 1px solid;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-position: 0px bottom;
}

.jcarousel-skin-tango2 .jcarousel-next-horizontal:hover {
    background-position: 0px bottom;
}
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
    background-position: 0 bottom;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    bottom: -33px;
    left:0px;
    width: 32px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/images/prev.jpg) no-repeat 0 bottom;
	border-right:#e9e9e9 1px solid;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-position: 0px top;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal:hover {
    background-position: 0px top;
}
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
    background-position: 0 top ;
}

.carousel-bottom { background:url(../images/carousel-bottom.gif) 0 0 repeat; height:34px; border-bottom:#fff 1px solid;}
