div.gallery_content {
	/* The display of gallery_content is enabled using jQuery so that the slideshow gallery_content won't display unless javascript is enabled. */
	display: none;
	width: 702px; 
	position:relative;
	z-index:1;
}
div.gallery_content img{
    margin: 0px;
    padding:0px;
        
}
div.gallery_content a, div.gallery_navigation a {
	text-decoration: none;
	color: #fff;
}
div.gallery_content a:focus, div.gallery_content a:hover, div.gallery_content a:active {
	text-decoration: none;
	
	
}


div.slideshow-container {
	position: relative;
	clear: both;
	height: 403px; /* This should be set to be at least the height of the largest image in the slideshow */
}


div.slideshow {

}
/*div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}*/
div.slideshow a.advance-link {
	display: block;
	width: 702px;
	height: 403px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 403px; *//* This should be set to be at least the height of the largest image in the slideshow */
	/*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: none;
	margin-top:-16px;
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}

div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}


div.gallery_navigation {
	/* The gallery_navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

}
div #thumbs
{
    bottom:2px;
    left:4px;
    position:absolute;
    font-size:11px;
    font-family:Arial;
}

ul.thumbs {
	margin: 0;
	padding: 0;
	margin-top:0px;


	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: block;
	float: left;
	background:url('../images/button_bg.jpg') repeat-x;
	height:23px;
	color:#fff;
	line-height:23px;
	padding:0 10px 0 10px;
	margin-right:1px;
	border: none;
}
a.thumb:hover{
    color: #000;
	font-weight: bold;
	background:url('../images/button_bg_hover.jpg') repeat-x;
}

ul.thumbs li.selected a{
	color: #000;
	font-weight: bold;
	background:url('../images/button_bg_hover.jpg') repeat-x;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.gallery_navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.gallery_navigation div.bottom {
	margin-top: 12px;
}



#contador
{
    color:#000;
    position:absolute;
    top:90px;
    right:125px;
    font-size:75px;
    font-weight:bold;
    font-family:Arial;
}

