
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*PERSONALIZA��O */

.jcarousel-skin-tango .jcarousel-container-horizontal { /*definicao carousel*/
    width:650px; 
	height:295px; 
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { /*definicao conteudo*/
    width:580px;
	height:295px;
	background:#1b1b1b;
	display:block;
	margin-left:35px;
	margin-top:20px;
}


.jcarousel-skin-tango .jcarousel-item {
    width:160px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	height:244px;
	background:#666;
	margin:22px 15px 0 15px;
	display:inline;
	float:left;
}


.jcarousel-skin-tango .jcarousel-next-horizontal { /*  Horizontal Buttons */
    position: absolute;
    top: 84px;
    right: 0px;
    width: 37px;
    height: 75px;
    cursor: pointer;
    background: transparent url(../img/img_right_carousel.png) no-repeat 0 0;
}


.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: 0 -77px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 84px;
		left:0;
    width: 37px;
    height: 75px;
    cursor: pointer;
    background: transparent url(../img/img_left_carousel.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 {
    cursor: default;
    background-position: 0 -77px;
}