/************************************************************************************/
/* SLIDESHOW                                                                        */
/************************************************************************************/
#slideShowItems{
  font-family: 'Open Sans', sans-serif;
  font-size:11px;
  width:551px;
  height: 332px;
  overflow:hidden;
  position:relative;
}

#slideshow{
   font-family: 'Open Sans', sans-serif;
	display:inline-block;
	*float:left;
	background: url('/images/bg_destaque.png') transparent no-repeat;
}

#slideshow a:hover{text-decoration: none;}
#slideshow{background: url('/images/bg_destaque.png') transparent no-repeat;}

.elemDestaque a{
  text-decoration: none;
  display: block;
  position: absolute;
  top:8px;
  left:8px;
  z-index: 12;
  width: 551px;
  height: 265px;
}

#slideshow, .elemDestaque{
	width:551px;
	height: 332px;
}

.elemDestaque{	background: transparent !IMPORTANT;}

#nav{
	display:inline-block;
	width:283px;
	vertical-align:top;
	margin: 2px 0px 0px 52px;
	*padding-left:28px;
	background: transparent;
}

.elemDestaqueNav{
  width:265px;
  height:67px;
  background: url('/images/itemDestaqueOff.png') transparent no-repeat;
  margin-bottom:5px;
  padding:16px 0px 0px 18px;
}

#nav li.lastItem{margin-bottom: 0px;}


.destaqueLink:hover{
	text-decoration:none;
}

.elemDestaqueNav img{
   border: 1px #011b39 solid;
	display: inline-block;
	*float:left;
}

.elemDestaqueNav p{
   display: inline-block;
	font-size: 10px;
	color:#083053;
	width: 130px;
	margin-left:6px;
	vertical-align: top;
	padding:14px 0px;
	*padding-left:8px;
	text-align: left;
}

#nav .activeSlide{
  background: url('/images/itemDestaqueOn.png') transparent no-repeat;
}

#nav .activeSlide p{
  color:#ffffff;
}


