div.content {
	width: 630px; 
	height: 473px;
	padding: 10px;
}
div.galeria {
	width: 545px; 
	height: 445px;
	margin: 0 auto
}
div.top {
  display: none;
}
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 {
  float: right;
	width: 90px;
	height: 40px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
/*  float: left;*/
}
div.nav-controls {
/*  float: right;*/
}

.play, .pause, .prev, .next {
  width: 17px;
  height: 26px;
  text-indent: -999em;
  display: block;
  float: left;
}
.play {
  background: url(../../web-media/imagenes/historia/player/play.gif) no-repeat 0 0;
}
.pause {
  background: url(../../web-media/imagenes/historia/player/pause.gif) no-repeat 0 0;
}
.prev {
  background: url(../../web-media/imagenes/historia/player/prev.gif) no-repeat 0 0;
}
.next {
  background: url(../../web-media/imagenes/historia/player/next.gif) no-repeat 0 0;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 2px;
	color: #fff;
	text-align: center;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	padding: 0;
}
div.navigation {
}
ul.thumbs {
	margin: 0 0 0 10px;
	padding: 0;
	width:  230px;
	height: 50px;
	float: left;
}
ul.galthumb {
	margin: 8px 0 0 55px;
	height: 20px;
}
* html ul.galthumb {
	margin: 8px 0 0  28px;
	height: 20px;
}
ul.thumbs li {
	float: left;
	padding: 0;
  margin: 1px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
}
ul.thumbs li a.thumb {
	background: #00A6DA;
	color: #fff;
}
ul.thumbs li.selected a.thumb {
	background: #FBC408;
}


a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
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 {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#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;
}