<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.wrapper {
	width:760px;
	height:500px;
	display:block;
	float:left;
	margin-top:10px;
}

/*---------- Slider ----------- */

/*---------- Setas Laterais ----------- */
#slide-prev {
	position:absolute;
	width:87px;
	height:111px;
	bottom:217px;
	left:838px;
	z-index:4;
	background:url(../imagens_site/sl-control2.png) left top no-repeat;
}
#slide-next {
	position:absolute;
	width:87px;
	height:111px;
	bottom:217px;
	right:52px;
	z-index:4;
	background:url(../imagens_site/sl-control.png) left bottom no-repeat;
}

/*---------- PRODUTO ----------- */
#slider {
	width:565px;
	height:500px;
	display:block;
	margin-left:190px;
}
/*---------- PRODUTO ----------- */
/* Every slide must be hidden by default */
.slide { display:none;}

/* 
   And only the slide with "cs-activeSlide" class must be visible!
   !Reserved Class name. Required class! 
*/
.cs-activeSlide { display:block;}

/* DESCRICOES */
.slide-descriptions {
	display:block;
	
}

/* DESCRICOES */
.caption {
    display: none;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 191px;
    z-index: 3;
}
/* DESCRICOES */
.full-3D {
	right: 40px;
    top: 00px;
    width: 760px;
	height:20px;
}
/* Container with Pagination buttons */
.pagination {
		bottom: 30px;
    left: 830px;
    position: absolute;
    text-align: center;
}
.slider-pagination {
	display:block;
	width:17px;
	height:17px;
	background:url(../imagens_site/navi.png) no-repeat left bottom;
	margin:0 0px;
	cursor:pointer;
	position:relative;
	z-index:999999999999999;
	margin-bottom:15px;
}
/* BOLINHAS PAGINACAO */
.cs-active-pagination {
	background:url(../imagens_site/navi.png) no-repeat left top;
}
</pre></body></html>