.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 208px;
	height:183px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 208px;
    height: 154px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 204px;
    height: 150px;
	border:1px solid #a3a3a3;
	padding:1px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 159px;
    right: 62px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/next_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    position: absolute;
    top: 159px;
    right: 62px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/next_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    position: absolute;
    top: 159px;
    right: 62px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/next_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    position: absolute;
    top: 159px;
    right: 62px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/next_n.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 159px;
    left: 0px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/back_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    position: absolute;
    top: 159px;
    left: 0px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/back_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    position: absolute;
    top: 159px;
    left: 0px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/back_hov.png) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    position: absolute;
    top: 159px;
    left: 0px;
    width: 72px;
    height: 24px;
    cursor: pointer;
    background: url(../images/back_n.png) no-repeat;
}
