div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	float: left;
	min-height:450px;
	height:auto !important;
	height:450px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #000;
	border: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container { /* parametros del contenedor de foto grande */
	position: absolute;
	clear: both;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-left:0px;
	width:330px;
}
div.controls {
	margin-top: 400px;
	margin-left:450px;
	height: 23px;
	position:absolute;
	z-index:5;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
/*
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 580px;
	height: 390px;  This should be set to be at least the height of the largest image in the slideshow 
}*/
div.slideshow {
    clear: both;
}
div.slideshow span.image-wrapper { /*parametros contenedor img grande*/
	display: block;
	position: absolute;	
}
div.slideshow a.advance-link {
	display: block;
	width: 330px;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
 /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left; 
	margin:0;
	padding:0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img { /*parametros de la imagen. Aca podemos configurar el alto y ancho de la imagen grande si queremos*/
	position:absolute;
	margin:0;
	float:left;
	margin:0;
	text-decoration:none;
	border:none;

}
/*div.download {
	float: right;
}*/
div.caption-container { /* parametros del contenedor de caption */
	float:left;
	position:absolute;
	margin:360px 0px 10px 0px;
	width:330px;


}
span.image-caption {
	display: block;
	position: absolute;
	
}
div.caption { /* parametros del caption */
	float: left;
	text-align: left;
	width: 330px;
}
div.caption a {
	color: #666;
}
div.image-title {
	font-weight: bold;
	font-size: 11px;
	color:#FFF;
}

div.image-desc {
	font-weight: normal;
	color:#FFF;
	font-size: 10px;
	
}

ul.thumbs {/*contenedor de los links de cada foto.*/
	margin-left: 370px;
	padding: 0;
	position: absolute;
	width:370px; float:left;
	height:430px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none; width:150px;
}
a.thumb {
	display: inline;
	border: none;
}
ul.thumbs li.selected a.thumb {/*link seleccionado*/
	text-decoration:none;
	float:left;
	color:#d2006a;
}
a.thumb:hover {
	color:#d2006a;
	float:left;
}
li.selected { /*contenedor link seleccionado*/
	color:#d2006a;
	font-weight:bold;
	float:left;
}
ul.thumbs img {
	border: none;
	display: block;
}
.next {
	width:150px;
	height:50px;
	background-color:#036;
}
