
/* Tag-specific */
form label{
	cursor: pointer;
}

img{
	border: none;
	text-align: center;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	background: #fff;
	overflow: hidden;
	width: 220px;
	margin: 2em auto 0;
}

.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
}

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

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

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

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

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

.picture-slides-image-text {
	position: relative;
	text-align: center;
	padding:8px;
	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;
	margin-top: 1em;
	text-align:center
	/*overflow: hidden;*/
}

.picture-slides-thumbnails li {
	margin: 0 5px;
	display:inline
}

.picture-slides-thumbnails li img {
	padding: 2px;
}

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

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	padding: 2px;
	background: #900;
}

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