div.content {
	display: block;
	width:315px; /* este es el ancho de la imagen grande */
	float:left;
}
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 {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 350px; /*ANTES 550*/
	height:200px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
}
div.slideshow a.advance-link {
	padding : 0px;
	display: block;
	border: 0px;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	margin-top:80px;
	vertical-align:top;
	width:360px;
	float:left;
	/*esto no tenia
	border-style:solid;  
	border-width:1px;
	border-color:#000000;
	/**/
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height:250px;
}
ul.thumbs li {
	float: left;
	padding: 1px;
	margin: 0px 0px 0px 1px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
	margin:0px;
}
ul.thumbs li.selected a.thumb {
	background: #E4C76A /* color de seleccionado */; 
}
.seleccionadoLI{
	background: #00CCFF; /* color de seleccionado */; 
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	margin-left:120px;
	clear: both;
}
div.navigation div.top {
	margin-top:0px;
	margin-bottom: 5px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 13px;
	margin-right:10px;
	float:right;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin: 1px 5px 1px 0px;
	padding: 2px 7px 2px 5px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	/*controles de paginacion de imagenes*/
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;

}
div.pagination span.current {
	font-weight: bold;
	background-color: #E3C769;
	border-color: #E3C769;
	color: #000000;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li:focus, li:hover, li:active {
/*	background-image:none;*/
}

#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

#botones {position:absolute; width:520px; float:left; top:380px}