.jcarousel-container {
    margin-top: 5px;
    position: relative;
	width: 190px;
	
}

.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: 190px;
}

/**
 * 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: 5px;
    text-align: center;
}


.divNavDestaques {
	background:transparent url(../imagens/LinhaDest.png) repeat-x scroll left 18px;
	height:35px;
	position:relative;
	width:100%;
}

.divNavDestaques a.btnDestaquesDir {
	background:transparent url(../imagens/btDestDir.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:26px;
	position:absolute;
	right: -4px;
	top:10px;
	width:23px;
}

.divNavDestaques a.btnDestaquesEsq {
	background:transparent url(../imagens/btDestEsq.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:26px;
	left:-4px;
	position:absolute;
	top:10px;
	width:23px;
}

#cdestaques li img{
	background-color:#FFF;
	padding: 3px;
	border: #CDCECD 1px solid;
	float: left;
	margin-right: 8px;
}

#cdestaques li img a:houver{
	border: ##FDE903 3px solid;
}

#cdestaques h1 a{
	color:#888887;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
}
#cdestaques p a{
	color:#888887;
	font-size:10px;
	text-decoration: none;
}
