/* Galería de fotos de la parte superior de la home */
#headerGallery.galleryCont
{
	/*
	The display of content is enabled by a javascript generated style on the page.
	This is so that the slideshow content won't display unless javascript is enabled.
	*/
	background: #1B150B url(../../../img/css/bg/wave_pat_white.gif) repeat 0 0;
	border: 1px solid #eee;
	margin: 0 auto 1.818em auto;
	padding: 10px;
	position: relative;
}

/* @group .controls */

#headerGallery .controls
{
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 100;/* Necesario porque sino hace un flickr con la transición de fade in fade out de las fotos */
}

#headerGallery .controls a
{

}

/* play/pause */
#headerGallery .ss-controls
{
	
}

/* siguiente/anterior foto */
#headerGallery .nav-controls
{
	margin: 0;
}

#headerGallery .nav-controls a
{
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 43px;
	position: absolute;
	text-indent: -9999px;
	top: 180px;
	width: 43px;
	z-index: 300;
}

#headerGallery .nav-controls a.prev
{
	background: url(../../../img/css/bg/galleryPrevPhotoBtn.png);
	left: -10px;
}

#headerGallery .nav-controls a.next
{
	background: url(../../../img/css/bg/galleryNextPhotoBtn.png);
	left: 490px;
}

#headerGallery .nav-controls a:hover
{
	background-position: left bottom;
}

#headerGallery .nav-controls a:active
{
	background-position: left top;
}

/* @end */

#headerGallery .loader
{
	background: url('../../../img/plugins/galleriffic/loader.gif') no-repeat center center;
}

/* @group .slideshow */

#headerGallery .slideshow
{
	float: left;
	width: 500px;
}

#headerGallery .slideshow .image-wrapper
{
	display: block;
}

#headerGallery .slideshow .image-wrapper a.advance-link
{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#headerGallery .slideshow .image-wrapper a.advance-link img
{
	background: #fff;
	border: 1px solid #64afc2;
	padding: 5px;
}

/* @end */

#headerGallery #infonav
{
	float: right;
	width: 175px;
}

/* @group #info */

#headerGallery #info
{
	margin: 0 0 .909em 0;
}

#headerGallery #info .caption
{
	margin: 0;
}

#headerGallery .download
{

}

#headerGallery .image-title
{
	margin: 0;
}

#headerGallery .image-desc
{
	margin: 0;
}

/* @end */

#headerGallery #galleryNav
{
	margin: 0;
}

/* @group .thumbs */
/* Miniaturas */
#headerGallery ul.thumbs
{
	margin: 0 0 4px 0;
}

#headerGallery ul.thumbs li
{
	background: none;
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	list-style: none;
}

#headerGallery a.thumb
{
	background: #111;
	padding: 2px;
	margin: 0;
	display: block;
	border: 1px solid #000;
	padding: 2px;
	width: auto; /* Esto es para evitar la herencia de una regla a.thumb de la CSS general de GureZarautz */
}

#headerGallery a.thumb:hover
{
	background: #333;
	border: 1px solid #333;
}

#headerGallery a.thumb img
{
	height: 75px;
	width: 75px;
}

#headerGallery ul.thumbs li.selected a.thumb
{
	background: #64afc2;
	border-color: #64afc2;
}

#headerGallery ul.thumbs li.selected a.thumb:hover
{
	cursor: default;
}

#headerGallery a.thumb:focus
{
	outline: none;
}

#headerGallery ul.thumbs img
{
	background: none;
	border: none;
	display: block;
	padding: 0;
}

/* @end */

/* @group .pagination */
/* Páginas de thumbnails */
#headerGallery .pagination
{
	margin: 0;
}

/* @group .pagination */

/* Limpiar flotados. Mas info: http://www.positioniseverything.net/easyclearing.html  */
#headerGallery .pagination:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#headerGallery .pagination
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #headerGallery .pagination
{
	height: 1%;
}
#headerGallery .pagination
{
	display: block;
}
/* End hide from IE-mac */


/* @end */

#headerGallery .pagination.top
{
	margin: 0;
}

#headerGallery .pagination.bottom
{
	
}

#headerGallery .pagination a,
#headerGallery .pagination span.current
{
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	padding: .25em .75em;
}

#headerGallery .pagination a
{
	background: #111;
	border-color: #000;
}

#headerGallery .pagination a:hover
{
	background-color: #64afc2;
	border-color: #64afc2;
}

#headerGallery .pagination span.current
{
	background-color: #64afc2;
	border-color: #64afc2;
	color: #fff;
	font-weight: bold;
}

/* @end */

/* Reglas específicas de este Galleriffic */
