/* @override 
	http://enteron.grafique.cz/css/galleriffic.css
	http://www.enteron.cz/css/galleriffic.css
*/

div.gallery {
	/* The display of gallery is enabled using jQuery so that the slideshow gallery won't display unless javascript is enabled. */
	display: none;
	/*text-align: center;*/
	margin-bottom: 15px;
}


div.gallery a:focus, div.gallery a:hover, div.gallery a:active {
	text-decoration: underline;
}

div.slideshow-container {
	position: relative;
	clear: both;
	 height: 350px; /*This should be set to be at least the height of the largest image in the slideshow */
         margin-bottom: 10px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
        background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 345px;  /*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: 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;*/
    width:590px;
 display: block;

	/*border: 1px solid #ccc;   */
}                         

#thumbs {
	
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 19px 25px 0px 0;
	list-style: none;
}
a.thumb {
	/*padding: 2px;*/
	/*display: block;*/
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.controls .prev{
}

div.controls .next{

}