dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a{
	color: #3a5483;
}

img{
	border: none;
}

/* General */
#container{
	overflow: hidden;
	width: 900px;
	margin: auto;
	background-color: #1f2426;
}

.navigation-controls {
	position: relative;
	font-size: 8pt;
	text-align: center;
	z-index: 1001;
}

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

.picture-slides-container {
	margin-bottom: 0;
	text-align: center;
}

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

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

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}

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

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

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

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

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

.picture-slides-thumbnails li {
	float: left;
	width: 50px;
	margin: 0 1px 0 7px;
}

.picture-slides-thumbnails li img {
	text-align: center;
	width: 50px;
	padding: 1px;
	background: #333;
}

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

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 50px;
	padding: 1px;
	background: #fff;
	}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}