

/* General */
#gallery {
	overflow: hidden;
	margin: 2em auto 0;
	color: #666;
	font-size: .85em;

	
}



.navigation-controls {
	position: relative;
	text-align: center;
	background: url(images/controls_bg.gif) #71a371 repeat-x;
	width: 700px;
	vertical-align: middle;
	z-index: 1001;
	margin: 10px auto 5px auto;
	text-align: center;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   height: 28px;
   line-height: 2.5em;
}

.navigation-controls a, .navigation-controls a:visited {
	color: white;
	text-decoration: none;
}

.navigation-controls a:hover {
	color: black;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {

}

.picture-slides-dimmed-background .picture-slides-image-text {
	
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;

}

.picture-slides-fade-container a {
	display: block;
	height: 310px;
	text-align: center;

}

img {
	border: none;
}

.picture-slides-fade-container a img {
	
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	background: transparent;
	text-align: center;

	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	padding: 0 5px;
	cursor: pointer;

}

.picture-slides-image-counter {
	font-weight: bold;
	color: white;
}

.picture-slides-thumbnails {
	list-style: none;
	padding-top: 10px;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 108px;
	margin: 5px 5px 5px 5px;
}

.picture-slides-thumbnails li img {
	width: 108px;
}

.picture-slides-thumbnails a {
	outline: none;
}

#gallery ul {
	width: 708px;
	margin: auto;
	text-align: center;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 104px;
	padding: 1px;
	background: white;
	border: 1px solid #292929;
		-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
