.jcarousel-skin-tango .jcarousel-container {
    width: 90%;
	height:85px;
	padding:15px 5% 0 5%;
    background:url(../images/cor-r.png) no-repeat top right;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 90%;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 100px;
}


.jcarousel-skin-tango .jcarousel-item {
	width:220px;
	text-align:center;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 43px;
    height: 76px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 43px;
    height: 76px;
    cursor: pointer;
    background: transparent url(../images/back.png) no-repeat 0 0;
}
