/* Portfolio */

div#P037{
	width: 540px;
	height: 450px;
	background: #f7f7f7;
	border: 1px #ddd solid;}

/* titulo - h1 (nome da pasta/evento) */

div#P037 h1{
	clear: both;
	color: #005baa;
	font-size: 20px;
	font-weight: bold;
	margin: 0 20px 0 19px;
	height: 65px;
	line-height: 24px;
	padding: 0;}
	
div#P037 h1 a{
	text-decoration: none;
	color: #005baa;}

div#P037 h1 a:hover{
	text-decoration: underline;
	color: #0080c6;}

/* credito */

div#P037 span.credito{
	color: #000;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin: 0;
	width: 420px;
	height: 15px;}

/*andre*/

div#P037 #slider{
	width: 400px;
	height: 300px;
	float: left;
	margin: 0 0 0 19px;}
	
/*thumbs*/

div#P037 .nivo-controlNav{
	float: left;
	width: 100px !important;}

div#P037 .nivo-controlNav a{
	cursor: pointer;}

div#P037 .nivo-controlNav img{
	width: 100px !important;
	height: 75px !important;
	display: block !important;}

/*terminou andre*/

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */

div#P037 .nivoSlider{
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;}
	
div#P037 .nivoSlider img{
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;}
	
div#P037 .nivo-main-image{
	display: block !important;
	position: relative !important; 
	width: 100% !important;}

/* If an image is wrapped in a link */

div#P037 .nivoSlider a.nivo-imageLink{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;}

/* The slices and boxes in the Slider */

div#P037 .nivo-slice{
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;}
	
div#P037 .nivo-box{
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;}
	
div#P037 .nivo-box img{ display:block;}

/* Caption styles */

div#P037 .nivo-caption{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#005baa;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;}        /* Opera/IE 8+ */

div#P037 .nivo-caption p{
	padding: 5px;
	margin: 0;}
	
div#P037 .nivo-caption a{
	display:inline !important;}
	
div#P037 .nivo-html-caption{
    display:none;}

div#P037 .nivo-directionNav a{
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;}

div#P037 a.nivo-prevNav{
	left: 15px;}

div#P037 a.nivo-nextNav{
	background-position: -30px 0;
	right: 15px;}
