.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background:none;
    border: 0px;
	height:127px;
	width: 165px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 165px;
    padding-left: 27px;
	padding-right: 27px;
	height:127px
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  165px;
    height: 127px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 165px;
    height: 127px;
}

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



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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 4px;
    width: 18px;
    height: 38px;
    cursor: pointer;
    background: transparent url(forw_dark.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(forw_light.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
     background: transparent url(forw_light.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
background: transparent url(forw_empty.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 3px;
    width: 18px;
    height: 38px;
    cursor: pointer;
     background: transparent url(prev_dark.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background: transparent url(prev_light.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
     background: transparent url(prev_light.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
background: transparent url(prev_empty.jpg) no-repeat 0 0;
}
