**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

#carrossel .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width:352px;
	height:80px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#carrossel .jcarousel-item, #carrossel .jcarousel-list li {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 80px;
	display:block;
}

/**
 * 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;
}

#carrossel .jcarousel-prev{ background:url(../img/carrossel-prev.png); width:49px; height:49px; cursor:pointer; }
#carrossel .jcarousel-next{ background:url(../img/carrossel-next.png); width:49px; height:49px; cursor:pointer; }
.imagem-produto-carrossel{
	width:355px;
	padding:0 50px;
	position:absolute;
	top:270px;
	left:275px;
}
.imagem-produto-carrossel .jcarousel-next{ position:absolute; right:0; bottom:7px; }
.imagem-produto-carrossel .jcarousel-prev{ position:absolute; left:0; top:7px; }
.imagem-produto-carrossel .lista-imagem-thumb li{
	display:block;
	float:left;
	padding:0 4px;
}
