/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width: 170px;
}

.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;
	z-index:999999;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 170px;
    height: 75px;
}

/**
 * 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;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}


.divNavDestaques {
background:transparent url(http://imagens.cyrela.com.br/pt-BR/bgTituloInternaFicha.gif) repeat-x scroll left 18px;
height:35px;
position:relative;
width:165px;
}

.divNavDestaques a.btnDestaquesDir {
background:transparent url(http://imagens.cyrela.com.br/pt-BR/btDestaquesDir.gif) no-repeat scroll 0 0;
cursor:pointer;
height:9px;
position:absolute;
right:0;
top:14px;
width:9px;
}

.divNavDestaques a.btnDestaquesEsq {
background:transparent url(http://imagens.cyrela.com.br/pt-BR/btDestaquesEsq.gif) no-repeat scroll 0 0;
cursor:pointer;
height:9px;
left:0;
position:absolute;
top:14px;
width:9px;
}

.divNavDestaques #divContador {
background:transparent url(http://imagens.cyrela.com.br/pt-BR/bgDestaquesCyrelaContador.gif) no-repeat scroll 0 0;
height:35px;
margin:auto;
width:39px;
}

.divNavDestaques #divContador p {
	padding:11px 0 0 5px;
	text-align:center;
	width:29px;
	color: #CCC;
} 