.jcarousel-skin-tango .jcarousel-container {
    background: #000000;
    border: 1px solid #000000;
	
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 240px;
	    padding: 0px 20px;
		margin-left:10px;

}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 240px;
	
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  240px;
    height: 70px;
	
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

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

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: -10px;
    width: 11px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/video-fleche-d.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: -10px;
    width: 11px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/video-fleche-g.gif) no-repeat 0 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 1px;
    right: 5px;
    width: 11px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/video-fleche-d.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev- {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 11px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/video-fleche-g.gif) no-repeat 0 0;
}