.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    /*background: #F0F6F9;*/
    /*border: 1px solid #346F97;*/
	z-index:1;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 884px;
    /*padding: 0px 46px;*/
	height:375px;
	/*border:1px solid #FF00FF;*/
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	/*top:	10px;*/
	/*left:	24px;*/
	width:  884px;
    height: 375px;
	/*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-item {
    width: 884px;
	/*left:50px;*/
	/*padding:11px 0px 0px 23px;*/
	height: 375px;
	/*border:1px solid #F0F000;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
	/*left:20px;*/
	/*width: 240px;*/
	/*height:250px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	/*width:200px;*/
    /*background: #fff;*/
    /*color: #000;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 116px;
    right: 0px;
    width: 32px;
    height: 68px;
    cursor: pointer;
    background: transparent url(../images/seta-banner-direita.png) center left;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: transparent url(../images/seta-banner-direita.png) center right;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(../images/seta-banner-direita.png) center left;
}

.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-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 116px;
    left: 0px;
    width: 32px;
    height: 68px;
    cursor: pointer;
    background: transparent url(../images/seta-banner-esquerda.png) center left;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background: transparent url(../images/seta-banner-esquerda.png) center right;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background: transparent url(../images/seta-banner-esquerda.png) center left;
}

.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-position: -96px 0;*/
}

.carrossel-legenda {
	position:absolute;
	top:285px;
	width:884px;
	left:0px;
	height:86px;
	background:#5f4074;
	/*background:#cc3886;*/
}

.carrossel-legenda p {
	float:left;
	text-align:left;
	font-size:30px;
	color:#ffffff;
	padding:20px 20px 0 20px;
	width:690px;
}

.carrossel-legenda a {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}

.carrossel-legenda a:hover {
	color:#456AB1;
}