div.content-gallery {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
}
ul.thumbs, .exhibition-slide {
	position: relative;
	display:block;
	clear:both;
}
.count {
	color: #9A9A9A;
	font-size:.7em !important;
	display:block;
	padding:0px 5px 0 0;
	float:left;
}
div.content-gallery a, div.navigation a, {
 text-decoration: none;
 color: #9A9A9A;
 font-size:1.4em;
}
div.content-gallery a:focus, div.content-gallery a:hover, div.content a:active {
	text-decoration: none;
	color: #292929
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	text-decoration: none;
	color: #9A9A9A;
	font-size:1.4em;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	
	float: left;
	font-size:1.7em;
	clear:both;
	width:190px;
	margin-top:10px;
}


#navegacion_lateral
{
margin-top:55px;
}
div.nav-controls a {
	display: block;
	cursor:pointer;
	float:left;
	margin: 0 5px 0 0;
	color: #9A9A9A;
	font-size:0.9em;
}
div.nav-controls a:hover {
	color: #000;
}
div.exhibition-slide {
	position: relative;
	clear: both;
	height: 502px; /*/* 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: url(../img/content/loader.gif) no-repeat center;
	width: 550px;
/*	height: 502px; /* 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: 550px;
	/*	height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px; *//* This should be set to be at least the height of the largest image in the slideshow */
	text-align: right;
}
div.slideshow a.advance-link img {
	margin-right: 5px;
}
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;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: relative;
	width: 550px;

}
div.caption {
	/*padding: 12px;*/
	/*border:1px solid #000000;*/
	clear:both;
	height:5px;
	
	display: block;
	padding: 5px 0;
	color: #9A9A9A;
	font-size:1.2em;
	
}
div.image-title {
	font-size: 1.2em;
	color:#3D3D3D;
	margin-top: 1em;
}
div.navigation {
	float:left;
	width:320px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li, ul.thumbs li.selected {
	float: left;
	padding: 0;
	margin:0;
	margin-right: 7px;
	list-style: none;
}
a.thumb {
	padding: 0;
}
a.thumb:focus {
	outline: none;
}
a.thumb:hover {
	opacity: 0.5;
}
ul.thumbs img {
	border: none;
	height:90px;
	margin-bottom:0;
	margin-left:0;
	margin-right:-1px;
	margin-top:2px;
	width:90px;
}
ul.thumbs img.part {
	border: none;
	display: none;
	visibility:hidden;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px;
}
div.pagination a:hover {
	background-color: #Fff;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #c8c8c8;
	border-color: #c8c8c8;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.exhibition-slide {
	width:550px;
}
div.exhibition-slide p {
}
div.image-desc p{
	color: #9A9A9A;
	font-size:1.2em;
	padding-top: 10px;
}
.detail-slide, .detail-content {
	min-height: 470px;
	clear:both;
	display:block;
	position:relative;
	
}
.detail-slide {
	text-align:center;
}
.detail-slide img {
	clear:both;
	margin:auto;
}
.detail-slide li {
	position: relative;
}
.exhibition-slide .caption {
	display: block;
	padding: 5px 0;
	color: #9A9A9A;
	font-size:1.2em;
}


