div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 100%;
	float:left;
	min-height:380px;
}
#galeria-display, #compartilhe-videos, #tabs{display:none}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 323px;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
}
div.slideshow a.advance-link {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 70px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
div.caption {
	background-color:#191919;
    color:#9D9D9D;
    padding:5px 17px;
    font-family:Arial;
    font-size:11px;
    min-height:50px;
    margin-top:4px;
}
div.caption span
{
    display:block;
    text-align:left;
}
div.caption span.titulo
{
    font-size:15px;
    color:#666666;
    font-weight:bold;
}
div.caption span.credito
{
    text-align:right;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	float:left;
	width:100%;
}
div.content a, div.navigation a {
    text-decoration:none;
}
span.image-wrapper{position:relative}
