div#page {
	background-color: #000;
	border:1px solid #DDD;
	display:block;
	overflow:hidden;
	position:relative;
}

div#container {
	display:block;
	overflow:hidden;
	padding:0 10px;
	margin:0;
}

div#caption{
	display:block;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background:#000;
}
.autor{
	color: #999999;
    font-style: italic; 
    float:right; 
    margin-right:5px;
    padding-left: 3px;
    text-transform: uppercase;
 }

div.content {
	display:block;
	overflow:hidden;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}

div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.caption-container {
	display:block;
	position: absolute;
	overflow:hidden;
	color:#CCC;
	top:0;
	width:100%;
	z-index:10;
	height:90px;
}

/*CAPTION NUMERO FOTO Y DESCRIPCION*/
div.caption-container div.photo-index{
	display:block;
	position:relative;
	float:left;
	font-weight:0.8em;
	color:#CCC;
	padding:0 12px;
	top:8px;
}
span.image-caption {
	display: block;
	position: absolute;
	overflow:hidden;
	top:0;
	left:120px;
}
div.caption h3,
div.caption p,
div.caption small{
	color:#CCC;
	font-weight:normal;
	text-align:left;
}

/*-----------------------CONTROL---------------------------*/
.boxGaleria div.controls{
	display: block;
    height: 45px;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    top: 150px;
}

div.controls{
	display: block;
    height: 45px;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    top: 425px;
}

div.controls div{
    display: block;
    height: 100%;
    width:100%;
}

div.controls a {
	height:45px;
	font-size:0.9em;
	color:#DDD;
	text-indent:-80000px
}

div.controls a.prev
{
	background: url("i/buttons/btPrevdia.png") no-repeat scroll 0 center transparent;
	_background: url(i/buttons/btPrevdia.gif) no-repeat 0 center;
    display: block;
    float: left;
    width: 33px;
}

div.controls a.next
{
	float:right;
	background: url(i/buttons/btNextdia.png) no-repeat right center;
	_background: url(i/buttons/btNextdia.gif) no-repeat right center;
	display: block;
    width: 33px;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

/*------------------------NAVEGACION-----------------*/

div.navigation-container {
	clear:both;
	display:block;
	overflow:hidden;
	position:relative;
}

div.navigation {
	display:block;
	position: relative;
	overflow:hidden;
}

div.navigation a.pageLink {
	display: inline;
	position: absolute;
	top:3px;
	float: left;
	width: 16px;
	height: 33px;
	line-height: 33px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.navigation a.pageLink:focus {
	outline: none;
}

div.navigation a.prev {
	background-image: url(i/gal/prevPageArrowWhite.gif);
	margin:0 2px 0 0;
	left:0;
}

div.navigation a.next {
	background-image: url(i/gal/nextPageArrowWhite.gif);
	margin:0 0 0 2px;
	right:0;
}

/*------------------------SLIDESHOW-----------------*/


/*div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	display:block;
}*/


div.slideshow-container {
	position: relative;
	overflow:hidden;
	clear: both;
	text-align:center;
}

div.loader,
div.slideshow {
	display:block;
	overflow:hidden;
	/*height: auto !important;
	height: 402px;
	min-height: 402px;*/
	
}

div.slideshow img {
	/*padding:1px;*/
	border:1px solid #444;
	-moz-user-select:none;
}

div.slideshow span.image-wrapper {
	display:block;
	/*position:relative;
	left:0;
	top:0;
	*/
}

div.slideshow a.advance-link {
	text-align: center;
}

div.slideshow a.advance-link:visited,
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active {
	text-decoration: none;
	color:#DDD;
}

div.slideshow a.advance-link:focus {
	outline: none;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(i/gal/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

ul.thumbs {
	display:inline;
	position: relative;
	overflow:hidden;
	height:40px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.fullwidthgallery ul.thumbs {
	height:55px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px;
	list-style: none;
	position: relative;
	overflow: hidden;
}

ul.thumbs img {
	border: none;
	display: block;
	/*width:75px;
	height:33px;*/
}

a.thumb {
	padding: 1px;
	display: block;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs li.selected a.thumb {
	background:#fff;
}

div.pagination {
	clear: both;
	position: relative;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}

div.loader {
	background-image: url(i/gal/loaderWhite.gif);
}

div.pagination a:hover {
	background-color: #111;
}

div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}