div#container {
	padding:0;
	margin:0;
	background-color:#FFF;
	height:400px;
}

/* CONTEINER DAS DUAS DIVS DAS FOTOS GRANDES E O TESTO DO LADO DIREITO*/

div.content {
	float:left;
	height:375px;
	width:850px;
	overflow:hidden;
}

/* CONTEINER DAS DUAS DIVS DAS FOTOS GRANDES E O TESTO DO LADO DIREITO*/

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

/*SAO AS SETAS BORDA DO CONTEINER*/

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
	overflow:hidden;
}

/*SAO AS SETAS BORDA DO CONTEINER*/

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}


div.slideshow a.advance-link{
	height: 377px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

.caption-container {
	height: 371px;  /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	float: left;
	height: 370px;
	width:504px;
	position:relative;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
}
div.slideshow span.image-wrapper a{ text-decoration:none; border:none;
}

div.slideshow img {
	border:none;
	width:500px;
	height:371px;
}
div.caption-container {
	float: left;
	position: relative;
	margin-left:5px;
	background-color:#060;
	color:FFF;
	background-image:url(../../includes/css/images/prettyPhoto/dark_rounded/fundoTextos.gif);
	background-repeat:no-repeat;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
}

div.image-title {
	padding:10px 10px 10px 10px;
	width:180px;
	min-height:20px;
	}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	padding:10px 10px 0px 10px;
}
div.download {
	margin-top: 8px;
	padding:0px 10px 0px 10px;
	display:none;
	visibility:hidden;
}
div.photo-index {
	float:right;
	margin:10px 20px 0px 0px;
	z-index:1;
	color:#FFF;
	font-size:14px;
}
div.navigation-container {
	width:847px;
	height:100px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
div.navigation {
	float: left;
	height:100px;
	margin:0px 0px 0px 0px;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	float: left;
	height:90px;
	margin: 0px 8px 0px 0px;
	padding: 0;
	z-index:1;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin-left: 10px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	height:75px;
	width:75px;
	float:left;
	border:none;
	overflow:hidden;
}
/*TAMANHO DA SELECAO*/

li.selected{
	padding: 0px;
	height:75px !important;
	width:75px !important;
	float:left;
	border:none;
	overflow:hidden;
	}
	
/*TAMANHO DA SELECAO*/


a.thumb:focus {
	padding: 0px;
	height:75px;
	width:75px;
	float:left;
	border:none;
	overflow:hidden;
}

/* BORDA DAS FOTOS INATIVAS */

ul.thumbs img {
	padding: 0px;
	height:73px;
	width:73px;
	float:left;
	border:1px solid #090;
	overflow:hidden;
}

/* BORDA DAS FOTOS INATIVAS */

div.pagination {
	clear: both;
	position: relative;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

