/* Fonts */


/* General */
#container{
	background: #fff;
	overflow: hidden;
	width: 452px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}

.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-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;
	 float:left; border:#a7d47b 1px solid;
	 margin-left:32px;
}

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

/*.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}*/

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

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

.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;
	overflow:visible ;
	border:none;
	height:15px;
}

.picture-slides-thumbnails li {
	float: left;
	width: 12px;
	margin: 0 10px 5px 0;
	border:none;
	background-image:url(../images/button11.gif);
	background-repeat:no-repeat;
}
.picture-slides-thumbnails li :hover {
	float: left;
	width: 12px;
	margin: 0 10px 5px 0;
	border:none;
	background-image:url(../images/button12.gif);
	background-repeat:no-repeat;
}

.picture-slides-thumbnails li img {
	width: 15px;
	height:15px;
	border:none;
	
}

.picture-slides-thumbnails a {
	outline: none;
	text-decoration:none;
	border:none;
	width:12px;
}

/*.picture-slides-thumbnails a:hover {
	text-decoration:none;
	border:none;
	width:12px;
	background-image:url(../images/button12.gif);
	background-repeat:no-repeat;
}
.picture-slides-thumbnails a:active {
background-color:#00FF00;
	text-decoration:none;
	border:none;
	width:12px;
	background-image:url(../images/button12.gif);
	padding-bottom:5px;
	background-repeat:no-repeat;
}
.picture-slides-thumbnailsseld {
background-color:#00FF00;
	text-decoration:none;
	border:none;
	width:12px;
	background-image:url(../images/button12.gif);
	background-repeat:no-repeat;
}*/

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 12px;
	text-decoration:none;
	border:none;
	background-image:url(../images/button12.gif);
	background-repeat:no-repeat;
	/*padding: 2px;
	background: #ea9d80;
	border: 1px solid #000;
	-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;
}
