/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 200px;
	_width: 200px;
	height:160px;
}

#slideshow ul {
	list-style-type: none;
}

#slideshow ul:after {
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	color: #000;
	height:160px;
}

#slideshow .slides ul {
height:160px;
}

#slideshow .slides li {
	/*background: #b0d6e9;*/
	height:200px;
}

#slideshow .slides h2 {
	
}

#slideshow .slides p {
	
}

#slideshow .slides #not_img p {
	
}

#slideshow .slides img {
}

#box_li {
	position: relative;
	height: 165px;
}

#box_li img{
	margin-bottom: 10px;
	background: #fff url(../../../templates/fmept/images/apresentacao_template/bg_borda_img_noticias.gif) no-repeat;
	padding: 2px;
	margin:0px;
}


#box_li .botoes{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #0199ab;
}

#box_li .botoes a{
	color: #0199ab;
	text-decoration: underline;
}

#box_li h3{
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 5px;
	width: 240px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	background: none;
	margin-top:150px;
}

#box_li h3 a{
	color: #fff !important;
	background:none;
}

#box_li #back-overlay {
	position: absolute; 
	display: block; 
	width: 250px; 
	height: 52px; 
	top:2px; 
	left:2px;
	margin-top:147px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#navegacao {
	position: absolute;
	bottom:0;
	left: 9px;
	margin-bottom:-60px;
	margin-left:-38px;
}

#navegacao ul {
	list-style-type: none;
}

#navegacao ul li{
	float: left;
	margin-right: 2px;
}

#navegacao ul li a{
	display: block;
	padding: 3px 4px;
	background: #DDFADA;
	font-size: 10px;
	color: #144a50;
	border: 1px #89B470 solid;
}
#navegacao ul li a:hover{
	background:#fff;
}
