/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    left:0px;
    top:0;
    margin:0;
    float:left;
    width:100%;
	padding-top:15px;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    left:22px;
    top:0;
	width:232px;
}
.carrosselPlantas .jcarousel-clip {
	left:45px;
    top:0;
	width:800px;
}
.boxGalaeriaVideos .carrosselPlantas .jcarousel-clip {
	width:640px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
	
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 58px;
    height: 40px;
}

#carrosselPlantas .jcarousel-list li, #carrosselPlantas .jcarousel-item{
	width: 160px;
    height: 200px;
}
#carrosselLazer .jcarousel-list li, #carrosselLazer .jcarousel-item{
	width: 160px;
    height: 150px;
}
#carrosselEmpreendimentoAba .jcarousel-list li, #carrosselEmpreendimentoAba .jcarousel-item{
	width: 160px;
    height: 150px;
}
#carrosselGalerias .jcarousel-list li, #carrosselGalerias .jcarousel-item{
	width: 160px;
    height: 150px;
}
#carrosselGalerias2 .jcarousel-list li, #carrosselGalerias2 .jcarousel-item{
	width: 160px;
    height: 150px;
}

/**
 * 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;
	position:absolute;
	top:25px;
	left:252px;
	background:url(../Img/Conteudo/jcarousel_next.jpg) no-repeat center top;
	width:22px;
	height:20px;
}
.carrosselPlantas .jcarousel-next {
	background:url(../Img/Conteudo/jcarousel_next_g.jpg) no-repeat center top;
	top:50px;
	left:840px;
	width:35px;
	height:32px;
}
.boxGalaeriaVideos .carrosselPlantas .jcarousel-next {
	top:50px;
	left:680px;
}
.jcarousel-prev {
    z-index: 3;
	position:absolute;
	top:25px;
	left:0;
	background:url(../Img/Conteudo/jcarousel_prev.jpg) no-repeat center top;
	width:21px;
	height:19px;
}
.carrosselPlantas .jcarousel-prev{
	top:50px;
	left:0;
	background:url(../Img/Conteudo/jcarousel_prev_g.jpg) no-repeat center top;
	width:35px;
	height:30px;
}
.boxGalaeriaVideos .carrosselPlantas .jcarousel-prev{
	top:50px;
}







