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

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

.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
}

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

.picture-slides-fade-container a {
	display: block;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	min-height:260px;
}

.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 0px;
	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 {
	float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding-left:0px;
    padding-top: 5px;
    width:100%;
}

.picture-slides-thumbnails li {
	float: left; width:46px; height:46px; text-align:center;
	margin: 0 4px 0px 0; border:1px solid #dddddd;
}

.picture-slides-thumbnails li img {
}

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

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	padding:1px;
	background: #ea9d80;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.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;
}

.navigation-controls{
	float: right;
    margin: 14px 0 0 1px;
    padding: 0;
    position: absolute;
    width: 271px;
}
.picture-slides-image-counter{
padding-top:5px;
float:left;
padding-left:20px;
}
.picture-slides-start-slideshow{
float:left;
padding-top:5px;
padding-left:5px;
}
.picture-slides-stop-slideshow{
float:left;
padding-top:5px;
padding-left:5px;
}