
#slideshowContainer {
	height: 0;
	padding-top: 25%;
	background-size: cover !important;
}

.gallery {
	position: relative;
	/*overflow: hidden;*/
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 25% 0 0 0;
	background-size: contain;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery .holder ul li {
	float: left;
	position: relative;
}

/* 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: 25% 0 0 0;
	background-size: contain !important;
}


.imageSummary {
display: none;	
	color: #fff;
	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: -22px;
	margin: 0;
	padding: 0;
	z-index: 600;
	left: 0;
	right: 0;
	text-align: center;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 0 0 5px;
	display: inline-block;
	list-style: none;
}
.paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #afa9a5;
	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;
}
a:link.next,
a:link.prev {
	text-align: center;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	width: 35px;
	height: 40px;
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f054';
	font-size: 20px;
	line-height: 40px;
	z-index: 20;
	/*overflow: hidden;
	text-indent: -9999px;*/
	outline: none;
	cursor: pointer;
	background: rgba(0,0,0,.7);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

a:link.next:hover,
a:link.prev:hover {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
  	opacity: 1;
}

a:visited.next,
a:visited.prev {
	color: #fff;
}

.next-disable { 
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.prev {
	/*background: url('/images/slideshow/slide-prev.png') no-repeat;*/
	content: '\f053';
	right: auto;
	left: 0px;
}
.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: 730px) {
	#slideshowContainer {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

