#gallery {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 100%;
}

div.slideshow-container {
	position: relative;
	width:250px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin: 0 auto;
	margin-bottom:10px;
	border: 1px solid #ede7e5;
	align: center;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./../../image/loader.gif) ;
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
}


div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link{
	display: block;
	top: 0;
	left: 0;
	text-align: center;
	width: 250px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 413px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}


div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	margin: 0;
	padding: 0;
}

*html ul.thumbs{
	margin: 0 0 0; 
}

*:first-child+html ul.thumbs{
	margin: 0 0 0; 
}


ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	border: 1px solid #ede7e5;
}

ul.thumbs li.fin {
	margin: 0 0 0 0;
}

a.thumb {
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
}
