

/* General */
#container12{
	background: #fff;
	overflow: hidden;
	/*width: 800px;*/
	/*margin: 2em auto 0;
	padding: 2em 1em 4em;*/
	-moz-border-radius: 10px;
/*	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;*/
}

/*
.picture-slides-container ul { margin-left:48px;margin: 20px !important; padding-left:0 !important;}
*/
#container12 .picture-slides-fade-container img {
	border:1px solid #CCCCCC; border-radius:3px; -moz-border-radius:3px; -moz-border-radius:3px; 
  /*width:598px; max-height:540px; */ width: 90%; max-width: 100%;}

.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001; margin-bottom:18px;
}

/* 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: 240px;*/ height:auto;
	text-align: center;
	margin-bottom: 10px;
}

.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: 10px 0 12px; font-weight: bold;
	z-index: 1001; color:#002153; font-size:18px;
}

.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;
}

a.picture-slides-previous-image, a.picture-slides-next-image, a.picture-slides-start-slideshow, a.picture-slides-stop-slideshow   { background:#ff3434; padding:4px 6px; border-radius:4px; color:#fff; margin-right:10px; font-size:13px;}

a.picture-slides-previous-image:hover, a.picture-slides-next-image:hover, a.picture-slides-start-slideshow:hover, a.picture-slides-stop-slideshow:hover   {padding:4px 6px !important;}

a.picture-slides-previous-image, a.picture-slides-next-image, a.picture-slides-start-slideshow, a.picture-slides-stop-slideshow {}

.navigation-controls span{ padding-right:10px;  font-size:13px;}

.picture-slides-thumbnails{margin: 0px !important; list-style: outside none !important;}

/*
.picture-slides-thumbnails {
	list-style: none !important;
	margin-top: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 120px; 
	margin: 0 24px 20px 0 !important; padding:0;
}
*
*/
.picture-slides-thumbnails li{
	text-align: center;
}
.picture-slides-thumbnails li img {
	/*width: 120px; height:110px;*/
	border-radius:4px; 
}

.picture-slides-thumbnails a {
	outline: none;
}
.picture-slides-container ul li:before{ display:none !important;}

.picture-slides-thumbnails li img{border: 1px solid #fff;margin: 5px auto;}

.picture-slides-thumbnails li img:hover{
	opacity:0.8; -moz-opacity:0.8; -webkit-opacity:0.8;
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)";
	border:1px solid #fff;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	/*width: 120px;
	padding: 2px;*/
	background: #b0b0b0;
	border: 1px solid #000;
	-moz-border-radius: 4px; border-radius:4px;
	-webkit-border-radius:4px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: #000;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	z-index: 1000;
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	/*#container12 { width: 300px;}
	.picture-slides-container ul { margin-left:16px;}
	#container12 .picture-slides-fade-container img { width:300px;}	
	.picture-slides-fade-container a { text-align:center; }
	.picture-slides-thumbnails li { margin: 0 21px 20px 0;}
	.picture-slides-thumbnails li {	width: 80px; 	margin: 0 14px 20px 0;}
	.picture-slides-thumbnails li img {	width: 80px; height:80px;}*/
	
}

@media only screen and (min-width:480px) and (max-width:640px){
	
	/*#container12 { width: 440px;}
	.picture-slides-container ul { margin-left:16px;}
	#container12 .picture-slides-fade-container img { width:440px;}	
	.picture-slides-fade-container a { text-align:center; }
	.picture-slides-thumbnails li { margin: 0 21px 20px 0;}*/
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	
	/*#container12 { width: 498px;}
		.picture-slides-container ul { margin-left:48px;}
	#container12 .picture-slides-fade-container img { width:498px;}	
	.picture-slides-fade-container a { text-align:center; }*/
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
		#container12 { width: 700px;}
		/*.picture-slides-container ul {  margin-left: 72px;}*/
		
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	/*#container12 { width: 600px;}
		.picture-slides-container ul {  margin-left: 10px;}
		.picture-slides-thumbnails li {margin: 0 27px 20px 0;}*/
	
}