div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	position:relative;
	width: 700px; 
}

div.footer-gallery{
	background-image: url(../imgs/black-alpha-50.png);
	position: absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	width:690px;
	padding:5px;
}

div.caption-container {
	color:#FFFFFF;
	float:right;
	width: 610px;
}
div.download {
	float: right;
	height:17px;
	margin:0 0 0px 0;
}
span.image-caption {
	display: block;
	
}
div.image-desc {
	float:left;
	line-height: 1.3em;
}
div.caption {
}

div.controls {
	float:left;
	z-index:999;
	width:75px;
}
div.controls a {
	float:left;
	display:block;
	width:6px;
	height:17px;
	padding: 0 5px;
	margin-left:5px;
	text-indent:-3000px;
}

div.controls a.play{
	background:url(../imgs/play.gif)
}
div.controls a.pause{
	background:url(../imgs/pausa.gif)
}
div.controls a.prev{
	background:url(../imgs/previous.gif)
}
div.controls a.next{
	background:url(../imgs/next.gif)
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: left;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 468px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 468px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
position:absolute;
width:700px;
height:468px;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 700px;
	height: 468px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 468px;  This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow img {
	position:absolute;
	top:0;
	left:0;
}




div.navigation {
	position:absolute;
	top:0px;
	width:690px;
	padding:5px;
	height:20px;
	background: transparent url(../imgs/black-alpha-50.png);
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	background:#FFF;
	color:#000000;
	width:15px;
	height:15px;
	text-align:center;
	font-weight:bold;
}
a.thumb:hover {
	text-decoration:none;
	}
ul.thumbs li.selected a.thumb {
	background: #000;
	color:#FFFFFF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {

}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 2px 7px 5px 7px;
	background-color: #FFF;
	color:#000000;
	height:12px;
	font-weight:bold;
}
div.pagination a:hover {
	background-color: #000;
	text-decoration: none;
	color:#FFFFFF;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
