.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
	margin-bottom:30px;
}
.navigation-controls a{
	margin-right:4px;
	background:#eceef3;
	border:1px solid #d7d9e1;
	text-decoration:none;
	color:#80828a;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
.navigation-controls span{
	color:#444444;
}
/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	width:100%;
	margin-bottom: 2em;
	float:left;
	z-index:0;
	position:relative;
	clear:both;
}
.picture-slides-fade-container {
	position: relative;
	z-index:0;
	width:100%;
	height: 260px;
	float:left;
	margin-bottom:20px;
}

.picture-slides-fade-container a {
	display: block;
	height: 240px;
	text-align: center;
	margin-bottom: 20px;
	width:100%;
	float:left;
}

.picture-slides-fade-container a img {
	bordeR:1px solid #ccc;
	padding:5px;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
	color:#444444;
	font-size:20px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	color:#444444;
	padding:5px;
	cursor: pointer;
	font-size:12px;
	color:#2ca9e4;
}

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
	position:relative;
	width:110%;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 14px 5px 0;
	list-style:none;
}

.picture-slides-thumbnails li img {
	width: 100px;
	margin-bottom:8px;
	opacity:.9;
}
.picture-slides-thumbnails li img:hover {
	width: 100px;
	opacity:1;
}
.picture-slides-thumbnails a {
	outline: none;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 97px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity:1;
}

.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;
}
.picture-slides-thumbnails li.selected img {
	opacity:0.4;
}