
/* General */
#gal{
	float:left;width: 292px;
}

#main-image-area div.fs-icon {
	top:10px;
	right:6px;
	width:60px;
	height:26px;
	background: rgba(0,0,0,0.3);
	z-index:2;
	color:white;
	text-align:center;
	font:bold 11px/26px arial;
	border:1px solid rgba(255,255,255,0.3);
	border-radius:2px;
	opacity:.7;
	-webkit-transition:opacity 0.8s;
	transition:opacity 0.8s;
	position:absolute;
	cursor:pointer;
}



#main-image-area  div.fs-icon,
#main-image-area.fullscreen div.fs-icon {
	opacity: 1;
}

#main-image-area div.fs-icon::before {
	content:"Zoom";
	display:block;
}

#main-image-area.fullscreen div.fs-icon::before {
	content:"Close";
}


.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;
	z-index: 1002;
}

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

.picture-slides-fade-container a img {
	float:left;width:269px;height:358px;
}

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

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	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:0px 0px 0px 16px;padding:0px;
	overflow: hidden;float:left;min-height:260px;*/

	list-style: none outside none;
    margin: 0 auto;
    min-height: 260px;
    overflow: hidden;
    width: 400px;
	padding:0;
}

.picture-slides-thumbnails li {
	border: 1px solid #DDDDDD;
	padding:8px;
    float: left;
    /**height: 66px;**/
    margin: 10px 3px 0 2px;
    /**width: 58px;**/
}

.picture-slides-thumbnails li img {
    margin:0px 0px 0px 0px; /**width:45px;**/
}

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

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width:45px;
	/*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;
}

@media only screen and ( max-width : 400px ){
	.picture-slides-thumbnails {
	/**	width:200px;**/
	}
	.picture-slides-thumbnails li {
		padding:0px !important;
	}

	.picture-slides-thumbnails li img {
		width:74px;
	}


	#main-image-loading-div {
		width: 200px;
	}
}