/* SLIDE SHOW */
#slideshowContainer{
	height:330px;
	z-index: 99;
}

#slideshowContainerWrapper {
	position: relative;
	display: block;  
	width: 860px;
	height:310px;
	margin: 20px auto;
	vertical-align: top;
	z-index: 999;
}

#slideshowContainer .nav-button{
	position: absolute;
	width: 14px;
	height: 27px;
	top: 150px;
	padding: 20px 7px;
	cursor: pointer;
}

#slideshowContainer #nav-prev{
	left: 0px;
	background:url('images/bg_nav_prev.png') transparent no-repeat 50% 50%;
	
}
#slideshowContainer #nav-next{
	right: 0px;
	background:url('images/bg_nav_next.png') transparent no-repeat 50% 50%;
}


#slideshowContainer #nav-prev:hover{
	left: 0px;
	background:url('images/bg_nav_prev.png') #f4f4f4 no-repeat 50% 50%;
	
}
#slideshowContainer #nav-next:hover{
	right: 0px;
	background:url('images/bg_nav_next.png') #f4f4f4 no-repeat 50% 50%;
}


ul#slideshowDestaques{
	position: absolute;
	width: 860px;
	height:310px;
	top: 0px;
	display: block;
}
ul#slideshowDestaques li{
	width: 860px;
	height: 280px;
	padding-top: 30px;
	list-style-type:none;
}

ul#slideshowDestaques li h2{
	text-transform: uppercase;
	font-size:20px;
	line-height: 22px;
	color:#1e6900;
	padding-bottom: 12px;
}

ul#slideshowDestaques li h2 span{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
}

ul#slideshowDestaques li h2 span.slide-biggerH2{
	font-size:35px;
	line-height: 35px;
	display:block;

}

ul#slideshowDestaques li p{
	text-align: left;
	font-size:13px;
	color:#1e6900;
}

ul#slideshowDestaques li div.slideshow-text-block{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	vertical-align: top;
	width: 480px;
	height: 280px;
	padding: 0px 0px 0px 0px;
}

ul#slideshowDestaques li div.slideshow-image-block{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	text-align: center;
	vertical-align: middle;
	width: 350px;
	height: 280px;
	padding: 0px 0px 0px 0px;
}

ul#slideshowDestaques li#slide12 div.slideshow-text{
	top: 80px;
}

ul#slideshowDestaques li#slide22 div.slideshow-text{
	top: 80px;
}

/* pager */


#navBlock {
	background: url('images/fundo-nav-destaques.jpg') #d1e2b3 no-repeat top center;
	height: 90px;
}

#navDestaques{
	width:100%; 
	height:90px;
	list-style-position: none;
	list-style-type: none;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position:relative;
	right:0;
	margin-top:0px;
	margin-right:0px;
	z-index:10;
}

.navDestaquesWrapper {
width: 890px;
margin: 0px auto;
text-align: center;
vertical-align: top;
padding: 8px 0px;
font-size: 0;
position: relative;
z-index: 7999;
}

#nav{
   display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	height: 70px;
	overflow:hidden;
	vertical-align:top;
	background: transparent;
}

.elemDestaqueNav{
        display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 270px;
	padding: 8px 12px;
	text-align: center;
	vertical-align: top;
	line-height: 13px;
        float: left;
	opacity: 1;
}

.activeSlide .elemDestaqueNav{
	background-color: #fff;
	/*border:1px solid #000000;*/
}

a .elemDestaqueNav{
        display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: relative;
}

a .elemDestaqueNav .elemDestaqueNav-img{
        display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: relative;
	width: 66px;
	padding-right: 10px;
	vertical-align: top;
}
a .elemDestaqueNav .elemDestaqueNav-text{
        display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: relative;
	width: 180px;
	vertical-align: top;
}

.elemDestaqueNav h3{
	color:#263b00;
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 15px;
        font-weight:normal;
	line-height: 18px;
	text-align: left;
	text-transform: lowercase;
	vertical-align:top;
}

.elemDestaqueNav p{
	position: relative;
	color:#4f5122;
 	font-size: 13px;
	text-align: left;
	vertical-align:top;
}


#slideshowDestaques.noCycle .slideDestaqueText{ /* quando so ha 1 destaque */
	z-index:0 !important;
	top:8px !important;
}

#slideshowDestaques .slide {
  width: 100%;
  height: 300px;
  background-size: cover; 
  /* CSS3 to scale the background, not required */
}

#slideshowDestaques .slideDestaqueImg{
   position:relative;
   xwidth: 940px;
   height: 171px;
	z-index: 99;
	display:block;
}

#slideshowDestaques .slideDestaqueText{
  height:72px; /* ALTERAR NO JS SE FOR ALTERADO */
  width: 380px; 
  background:transparent;
  position:relative;
  top:-72px;
  z-index: -1;
  display:block;  
}

.slideDestaqueText h1{
	font-size:25px;
	padding-top:0px;
	padding-bottom:4px;
	color:#ffffff;
	/*font-weight:800;*/
	text-shadow: #000000 1px 2px 1px;
	margin-left: 0px;
	text-transform:uppercase;
}

.slideDestaqueText p{
	color:#4d4d4d;
	font-size:14px;
	margin-left: 0px;
	text-transform:uppercase;
}

.destaques-button-style1{
	padding: 0px;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	min-width: 160px;
	height: 50px;
	background-color: #b10000;
	font-size: 14px; 
	line-height: 50px;
	color: #fff;
	text-align: center;
}

/*          css específico de itens      */
.slideShowItems-pontosfortes-block{
	font-family: 'Abel', sans-serif;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: absolute;
	color: #3c2bbc;
	font-size: 24px;
	line-height: 16px;
	text-transform: uppercase;
}

.slideShowItems-pontosfortes-block p span{
	display: block;
	color: #b0b0b0;
	font-size: 12px;
	text-transform: lowercase;
	text-align: right;
}

.slideShowItems-quadros-block{
	font-family: 'Abel', sans-serif;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: absolute;
	color: #1a1a1a;
}

.slideShowItems-quadros-block p span{
	display: block;
}

.slideShowItems-cacifos-block{
	font-family: 'Abel', sans-serif;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: absolute;
	color: #1a1a1a;
}

.slideShowItems-cacifos-block p span{
	display: block;
}

.slideShowItems-papel-block{
	font-family: 'Abel', sans-serif;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: absolute;
	color: #1a1a1a;
	text-align: center;
}

.slideShowItems-papel-block p span{
	display: block;
	text-align: center;
}

.slideShowItems-toners-compativeis-hp-block{
	font-family: 'Abel', sans-serif;
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	position: absolute;
	color: #1a1a1a;
}

.slideShowItems-toners-compativeis-hp-block p span{
	display: block;
}
/* FIM SLIDE SHOW */