#slideshowContainer {
	background: transparent url('/images/slideshow/default-postcard.jpg') center top no-repeat;
	max-width: 962px;
	margin: 0 auto;
	position: relative;
	top: -100px;
	background-size: contain !important;
	margin-bottom: -85px;
}

.slideshow {
}

.gallery {
	position: relative;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding:36.07% 0 0 0;	
	background-size: contain;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery .holder ul li {
	float: left;
}

/* fade */
.gallery-fade { 
}
.gallery-fade .holder ul {
	padding:0 0 0 0;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding:36.07% 0 0 0;
	background-size: contain !important;
	
  	/*box-shadow: inset 0 0 50px rgba(0,0,0,.5), inset 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.5), inset 0 0 10px rgba(0,0,0,.5);
 	-moz-box-shadow: inset 0 0 50px rgba(0,0,0,.5), inset 0 0 10px rgba(0,0,0,.5);
  	-o-box-shadow: inset 0 0 50px	 rgba(0,0,0,.5), inset 0 0 10px rgba(0,0,0,.5);*/
}


.imageSummary {
	display: none;
	color: #fff;
	font-family: 'open-sans', tahoma, arial, sans-serif;
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
    padding: 6px 70px 6px 6px;
	background: rgba(0, 0, 0,.7);
}

.imageSummary img {
	margin-left: 8px;
	border: 0;
	position: relative;
	top: 2px;
}

.paging {
	position: absolute;
	bottom: 11px;
	left: 46%;
	margin: 0 8px 0 0;
	padding: 0;
	z-index: 6400;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 0 0 5px;
	float: left;
	list-style: none;
}
.paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #686762;
	border: 1px solid #444;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-indent: 400px;
	overflow: hidden;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.paging li a.active {
	background-color: #672626;
	border-color: #420d0d;
}
.next,
.prev {
	position: absolute;
	right: 1.04%;
	top: 50%;
	margin-top: -30px;
	width: 28px;
	height: 60px;
	background: url('/images/slideshow/slide-next.png') no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { 
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.prev {
	background: url('/images/slideshow/slide-prev.png') no-repeat;
	right: auto;
	left: 1.1%;
}
.prev-disable { 
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.stop,
.start {
	background: url(../images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(../images/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(../images/btn-pause-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}


@media screen and (max-width: 950px) {
	#slideshowContainer {
		top: 0;
		margin-bottom: 25px;
	}
	
}

