/* Fonts */
/* Tag-specific */
.thumbbb {backrgound-color:#5E5E5E;}

/* General */
#container{
	overflow: hidden;
	width: 900px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
}
.picture-slides-image-counter {text-shadow: rgba(99,99,99,1.00) 1px 0px 1px;
position:absolute;
padding-top : 5px;}
.navigation-controls {
	position: relative;
	text-align: center;
	direction:ltr;
	background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e5e5e5 0%, #9c9c9c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e5e5e5), color-stop(100%,#9c9c9c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #e5e5e5 0%,#9c9c9c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #e5e5e5 0%,#9c9c9c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #e5e5e5 0%,#9c9c9c 100%); /* IE10+ */
background: linear-gradient(45deg,  #e5e5e5 0%,#9c9c9c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#9c9c9c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	border-radius:45px;
	text-decoration:none;
	padding: 5px;
	z-index: 101;
	font-family:"Segoe UI";
	font-size: 29px;
	color:#F3F3F3;}
.navigation-controls img {
	height: 48px;
	width: 48px;}

/* 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;
	z-index: 102;
}

.picture-slides-fade-container a {
	display: block;
	height: 700px;
	text-align: center;
	margin-bottom: 10px;
	text-decoration:none;
}

.picture-slides-fade-container a img {
border-radius: 5px;
-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.2);
}

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

.picture-slides-image-text {
	position: relative;
	font-family:"Segoe UI", Tahoma;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 101;
}

.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;
	width: 900px;
	margin-top: 1em;
	overflow: hidden;
}

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

.picture-slides-thumbnails li img {
	width: 160px;
	border: 1px solid #FFF outset;
	opacity:0.8;
	border: 2px solid #EBEBEB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.15);
}

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

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 160px;
	background: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:1;
	border: 2px solid #9F9F9F;
		-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.5);

}

.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: 100;
	display: none;
}