.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {

}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 120px;
    height: 120px;
    margin-left: 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  600px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  200px;	height: 150px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 110px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {	width:200px;
	height:50px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.teste{
	width:200px;
	height:80px !important;
	border:none !important;
	margin:0 0 0 20px !important;
}

.teste img{
	border:none !important;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url(../img/setaD.gif) no-repeat;
	text-indent:-5000px;
	width:15px;
	height:15px;	
	display:block;
	float:right;
	margin:35px 25px 0 0;
	cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background:url(../img/setaE.gif) no-repeat;
	text-indent:-5000px;
	width:15px;
	height:15px;	
	display:block;
	margin:35px 5px 0 5px;
	float:left;
	cursor:pointer;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -75px;
    left: 75px;
    width: 32px;
    height: 22px;
    cursor: pointer;
    background:url(../img/seta-donw.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: -20px;
    left: 75px;
    width: 32px;
    height: 22px;
    cursor: pointer;
    background:url(../img/seta-up.jpg) no-repeat;
}

