/* CSS Document */
#slidesDesk {
	position: relative;
	width: 845px;
	padding: 0px;
	border: 0;
	text-align:center; /* "remédio" para o hack do IE */
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: solid 0px #CCFCCC;
	overflow:hidden;
	height:500px;
	z-index:99;
}

.slides_container {
	position: relative;
	width:845px;
	overflow:visible;
}

.slides_container a {
	position: relative;
	width:800px;
	display:block;
	overflow:visible;
}

.slides_container a img {
	display:block;
	overflow:visible;
}

.slidesjs-control{
	text-align:center !important;
	height:500px;
}

#slidesDesk img{
	width:845px;
}

/*
	Next/prev buttons
*/

.slides .slidesjs-previous {
    background-image: url("../imagens/voltar.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 112px;
    left: 0px;
    position: absolute;
	bottom:90px;
    width: 56px;
    z-index: 101;
	display:none;
}
.slides .slidesjs-next {
    background-image: url("../imagens/avancar.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 112px;
    position: absolute;
	bottom:90px;
    right: 0px;
    width: 56px;
    z-index: 101;
	display:none;
}

/*
	Pagination
*/

.slides{
	text-align:center;
	width:100%;
}

.slidesjs-pagination {
    height: auto;
    position: relative;
	float:none;
	/*float:right;
	right:0;*/
	width:auto;
    z-index: 999;
	margin-left:auto;
	margin-right:auto;
	/*top:320px;*/
	padding-left:0;
	display:inline-block;
	bottom:50px;
	display:none;
}
.slidesjs-pagination li {
    border: 0px solid #ffffff;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
    float: left;
    list-style: outside none none;
    margin: 0;
    z-index: 2147483647;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
}
.slidesjs-pagination li a {
    background-image: url("../images/home/slideInativo02.png");
    background-position: top center;
    display: block;
    float: left;
    font-size: 0;
    font-weight: bold;
    height: 5px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    z-index: 999999999;
	border-radius:0px;
	border:0;
	background-repeat:no-repeat;
}
.active {
    background-image: url("../images/home/slideAtivo02.png") !important;
}
.slidesjs-pagination li.current a {
    background-position: 0;
}



/* SLIDE LINHA DE PRODUTOS */

#slides2 {
	position: relative;
	width: 1501px;
	padding: 0px;
	border: 0;
	text-align:center; /* "remédio" para o hack do IE */
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: solid 0px #CCFCCC;
	overflow:visible;
	height:auto;
	z-index:99;
}

.slides_container {
	position: relative;
	width:1501px;
	overflow:visible;
}

.slides_container a {
	position: relative;
	width:900px;
	display:block;
	overflow:visible;
}

.slides_container a img {
	display:block;
	overflow:visible;
}

/*
	Next/prev buttons
*/

.slides3 .slidesjs-previous {
    background-image: url("../images/linha_produtos/noticiasAnt.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    left: 0px;
    position: absolute;
	bottom:190px;
    width: 33px;
    z-index: 101;
}
.slides3 .slidesjs-next {
    background-image: url("../images/linha_produtos/noticiasProx.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    position: absolute;
	bottom:190px;
    right: 0px;
    width: 33px;
    z-index: 101;
}

/*
	Pagination
*/

.slides3 .slidesjs-pagination {
    height: auto;
    padding-top: 10px;
	padding-bottom:5px;
    position: relative;
	float:none;
	width:115px;
    z-index: 999;
	/*top:320px;*/
	height:50px;
	background-image: url("../images/home/fundoPag.png");
	background-repeat:repeat;
	bottom:0 !important;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.slides3 .slidesjs-pagination li {
    border: 0px solid #ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
    float: left;
    left: 1100px;
    list-style: outside none none;
    margin: 0;
    z-index: 2147483647;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
	width:25px;
}
.slides3 .slidesjs-pagination li a {
    background-image: url("../images/home/slideInativo.png");
    background-position: top center;
    display: block;
    float: left;
    font-size: 0;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    text-decoration: none;
    width: 22px;
    z-index: 999999999;
	border-radius:10px;
	border:0;
	background-repeat:no-repeat;
}
.slides3 .active {
    background-image: url("../images/home/slideAtivo.png") !important;
}
.slides3 .slidesjs-pagination li.current a {
    background-position: 0;
}



.slides4 .slidesjs-previous {
    background-image: url("../images/linha_produtos/noticiasAnt.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    left: 0px;
    position: absolute;
	bottom:190px;
    width: 33px;
    z-index: 101;
}
.slides4 .slidesjs-next {
    background-image: url("../images/linha_produtos/noticiasProx.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    position: absolute;
	bottom:190px;
    right: 0px;
    width: 33px;
    z-index: 101;
}

/*
	Pagination
*/

.slides4 .slidesjs-pagination {
    height: auto;
    padding-top: 10px;
	padding-bottom:5px;
    position: relative;
	float:none;
	width:115px;
    z-index: 999;
	/*top:320px;*/
	height:50px;
	background-image: url("../images/home/fundoPag.png");
	background-repeat:repeat;
	bottom:0 !important;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.slides4 .slidesjs-pagination li {
    border: 0px solid #ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
    float: left;
    left: 1100px;
    list-style: outside none none;
    margin: 0;
    z-index: 2147483647;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
	width:25px;
}
.slides4 .slidesjs-pagination li a {
    background-image: url("../images/home/slideInativo.png");
    background-position: top center;
    display: block;
    float: left;
    font-size: 0;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    text-decoration: none;
    width: 22px;
    z-index: 999999999;
	border-radius:10px;
	border:0;
	background-repeat:no-repeat;
}
.slides4 .active {
    background-image: url("../images/home/slideAtivo.png") !important;
}
.slides4 .slidesjs-pagination li.current a {
    background-position: 0;
}


.slides5 .slidesjs-previous {
    background-image: url("../images/linha_produtos/noticiasAnt.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    left: 0px;
    position: absolute;
	bottom:190px;
    width: 33px;
    z-index: 101;
}
.slides5 .slidesjs-next {
    background-image: url("../images/linha_produtos/noticiasProx.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    position: absolute;
	bottom:190px;
    right: 0px;
    width: 33px;
    z-index: 101;
}

/*
	Pagination
*/

.slides5 .slidesjs-pagination {
    height: auto;
    padding-top: 10px;
	padding-bottom:5px;
    position: relative;
	float:none;
	width:115px;
    z-index: 999;
	/*top:320px;*/
	height:50px;
	background-image: url("../images/home/fundoPag.png");
	background-repeat:repeat;
	bottom:0 !important;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.slides5 .slidesjs-pagination li {
    border: 0px solid #ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
    float: left;
    left: 1100px;
    list-style: outside none none;
    margin: 0;
    z-index: 2147483647;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:0;
	width:25px;
}
.slides5 .slidesjs-pagination li a {
    background-image: url("../images/home/slideInativo.png");
    background-position: top center;
    display: block;
    float: left;
    font-size: 0;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    text-decoration: none;
    width: 22px;
    z-index: 999999999;
	border-radius:10px;
	border:0;
	background-repeat:no-repeat;
}
.slides5 .active {
    background-image: url("../images/home/slideAtivo.png") !important;
}
.slides5 .slidesjs-pagination li.current a {
    background-position: 0;
}


.slides6{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}

.slides6 .slidesjs-previous {
    background-image: url("../images/produto_detalhe/detalheVoltar.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    left: 0px;
    position: absolute;
	bottom:135px;
    width: 33px;
    z-index: 101;
}
.slides6 .slidesjs-next {
    background-image: url("../images/produto_detalhe/detalheAvancar.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 56px;
    position: absolute;
	bottom:135px;
    right: 0px;
    width: 33px;
    z-index: 101;
}

/*
	Pagination
*/

.slides6 .slidesjs-pagination {
    height: auto;
    padding-top: 20px;
	padding-bottom:5px;
    position: relative;
	float:none;
	width:160px;
    z-index: 999;
	/*top:320px;*/
	height:20px;
	background-image: none;
	bottom:0 !important;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.slides6 .slidesjs-pagination li {
    border: 0px solid #ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
    float: left;
    left: 1100px;
    list-style: outside none none;
    margin: 0;
    z-index: 2147483647;
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	position:static;
	border:0;
	width:30px;
	height:5px;
}
.slides6 .slidesjs-pagination li a {
    background-image: url("../images/produto_detalhe/detalheInativo.png");
    background-position: top center;
    display: block;
    float: left;
    font-size: 0;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    text-decoration: none;
    width: 30px;
    z-index: 999999999;
	border-radius:0;
	border:0;
	background-repeat:no-repeat;
}
.slides6 .active {
    background-image: url("../images/produto_detalhe/detalheAtivo.png") !important;
}
.slides6 .slidesjs-pagination li.current a {
    background-position: 0;
}

