/* CSS Document */

<style>

a,img {border: none;}
.trs {-webkit-transition:all ease-out 0.5s;
    -moz-transition:all ease-out 0.5s;
    -o-transition:all ease-out 0.5s;
    -ms-transition:all ease-out 0.5s;
    transition:all ease-out 0.5s;}	
#slider {position: relative; z-index: 1;}
#slider a { position: absolute; top: 0; left: 0; opacity: 0;filter:alpha(opacity=0);}
.ativo {opacity: 1!important; filter:alpha(opacity=100)!important;}
 
span {
	background: #0190EE;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	bottom: 43px;
	width: 43px;
	height: 43px;
	z-index: 5;
	left: 679px;
}
.next {right: 10px;}
.next:before,.next:after {left: 21px;}
.next:before {
    -webkit-transform: rotate(-42deg);
    top: 5px;
}
.next:after {
    -webkit-transform: rotate(-132deg);
    top: 19px;
}
.next:before,.next:after,.prev:before,.prev:after {content: "";
    height: 20px;
    background: #fff;
    width: 1px;
    position: absolute;
}
.prev {left: 10px;}
.prev:before,.prev:after {left: 18px;}
.prev:before {
    -webkit-transform: rotate(42deg);
    top: 5px;
}
.prev:after {
    -webkit-transform: rotate(132deg);
    top: 19px;
}
 
figure:hover span {opacity: 0.76;filter:alpha(opacity=76);}
    figure {
    max-width: 937px;
    height: 354px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
	border-radius: 0px 20px 20px 0px;
}

figcaption {padding-left: 0px;color: #FFFFFF; font-family: "Kaushan Script","Lato","arial"; font-size: 20px; text-align:center; background: rgba(1, 144, 238, 0.76); width: 340px;; position: absolute; top: 0px; left: 0; line-height: 55px; height: 55px; z-index: 5} 

figure{
width:340px;;
height:270px;
padding-top:55px;
}
figure img{
width:340px;
height:270px;
border-radius: 0px 0px 20px 0px;
}

#menu_lat_p figure{
width:300px;;
height:200px;
padding-top:55px;
}

#menu_lat_p figure img{
width:300px;
height:200px;
border-radius: 0px 0px 20px 0px;
}


#menu_lat_p figcaption {padding-left: 0px;color: #FFFFFF; font-family: "Kaushan Script","Lato","arial"; font-size: 18px; text-align:center; background: rgba(1, 144, 238, 0.76); width: 300px; position: absolute; top: 0px; left: 0; line-height: 55px; height: 55px; z-index: 5} /* posição da barra */
</style>
