div.content {
	/* 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: 600px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover{
	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.slideshow-container {
	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-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	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 {
        margin-top: 50px;
	display: block;
	width: 600px;
	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: center;
}
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;
	border: 1px solid white;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 20px;
        margin-top: 10px;
        text-align: center;
}
div.image-desc {
	line-height: 15px;
        text-align: center;
        font-size: 15px;
}
div.navigation {
	width: 130px!important;
        margin: 100px 0 0 0;
}
ul.thumbs {
	clear: both;
	
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px 4px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid white;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
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.navigation span, div.navigation a{
    margin: 5px 0px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
    padding: 5px 5px !important;
    box-shadow: 0 0 10px #666;
    border-radius: 3px;
/*    background-color: #FF9A26;*/
    color: black;
    font-weight: bold;
    font-size: 11px;   
    cursor: pointer;
    border: 0 !important;
    margin-left: 4px;
    background-color: rgba(255,255,255,0.50);
}
div.pagination a:hover {
	color: #01749F!important;
	text-decoration: none;
}
div.pagination span.current {
    padding: 5px 5px !important;
    box-shadow: 0 0 10px black;
    border-radius: 3px;
/*    background-color: #FF9A26;*/
    color: black!important;
    font-size: 11px;   
    cursor: pointer;
    border: 0 !important;
    background-color: rgba(255,255,255,0.75);
    color: white;
    margin: 5px 0px;
    margin-left: 4px;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


.controls .prev, .controls .next, .controls .pause, .controls .play {
    display: block;
    float: left;
    padding: 5px 5px !important;
    box-shadow: 0 0 10px black;
    border-radius: 3px;
/*    background-color: #FF9A26;*/
    color: black!important;
    
    font-size: 13px;   
    cursor: pointer;
    border: 0 !important;
    margin-left: 4px;
    background-color: rgba(255,255,255,0.50);
    text-decoration: none;
    text-align: center;
}

.controls .prev, .controls .next{
    width:80px;
}

.controls .prev:hover, .controls .next:hover, .controls .pause:hover, .controls .play:hover{
    color: #01749F!important;
    text-decoration: none!important;
}

.controls .prev:focus, .controls .next:focus, .controls .pause:focus, .controls .play:focus{
    background-color: rgba(255,255,255,0.75);
    text-decoration: none!important;
}

.botonVolver{
    width: 600px;
    text-align: center;
    margin: 20px 0px 20px 150px;
    font-size: 16px;
    line-height: 30px;
}

.botonVolver a{
    color: black;
}


.reproductorGaleria{
    margin-top: 5px;
    margin-left: 150px;
    padding: 15px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-align: justify;
    text-indent: 30px;
}
.reproductorGaleria ul {
    list-style-type: none;
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
}
.reproductorGaleria ul li {
    width: 180px;
    display: inline-block;
}
.reproductorGaleria ul li .nombre {
    font-weight: bold;
}


.reproductorGaleria ul li .play, .reproductorGaleria ul li .stop {
    cursor: pointer;
}
.reproductorGaleria ul li .play:hover, .reproductorGaleria ul li .stop:hover {
    text-decoration: underline;
}