﻿/*formatação dl*/

div#P007 dl.P007_IMG,
div#P007 dl.P007_IMG dd,
div#P007 dl.P007_NAV,
div#P007 dl.P007_NAV dd{
	margin: 0;
	padding: 0;}

div#P007 dl.P007_IMG dd img{
	border: 0;
	width: 260px;
	height: 195px;}

/*crédito*/

div#P007 dl.P007_IMG dd span.credito{
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin: -5px 0 5px 0;}

/*legenda*/

div#P007 dl.P007_IMG dd.legenda{
	height: 30px; /*-30px padding*/
	width: 230px; /*-30px padding*/
	color: #fff;
	background: #005baa;
	padding: 15px;
	text-align: center;}

/*navegação*/

div#P007 dl.P007_NAV{
	text-align: center;}
	
div#P007 dl.P007_NAV a{
	display: inline-block;
	background: #ccc;
	color: #ccc;
	margin: 10px 1px -1px 1px;
	padding: 0;
	height: 8px;
	width: 8px;
	font-size: 0;
	text-indent: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #fff;}

div#P007 dl.P007_NAV a.ativo {
	border: 2px solid #005baa;
	background: #005baa;}