.slideshowContainer {
	margin: 0 auto 10px;
}

.gallery {
	position: relative;
}

.gallery .holder {
	height: 0;
	padding: 27.3% 0 0 0;
	position: relative;
	width: 100%;
}

.gallery .holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery .holder ul li {
	background-size: contain !important;
	float: left;
	position: relative;
}

/*fade*/
.gallery-fade {}

.gallery-fade .holder ul {
}

.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 27.3%;
}


.imageSummary {
display: none;	
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
    right: 0;
    padding: 6px 70px 6px 6px;
	background: rgba(0, 0, 0,.7);
}

.imageSummary .fa,
.imageSummary .fa:visited,
.imageSummary .fa:hover {
	color: #fff;
	text-decoration: none;
}

.governmentSlideshow .imageSummary {
	background: rgba(2,125,187,.85);
}

.communitySlideshow .imageSummary {
	background: rgba(242,139,0,.85);
}

.residentSlideshow .imageSummary {
	background: rgba(90,146,1,.85);
}

.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 {
display: none;
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	color: #fff;
	content: '\f054';
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 20px;
	height: 1.7em;
	line-height: 35px;
	outline: none;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 1.7em;
	z-index: 20;
	
	
	transition: text-shadow .3s;
	-moz-transition: text-shadow .3s;
	-webkit-transition: text-shadow .3s;
	-o-transition: text-shadow .3s;
	
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

a:link.next:hover,
a:link.prev:hover {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	
	-moz-transition: text-shadow .3s;
	-webkit-transition: text-shadow .3s;
	-o-transition: text-shadow .3s;
	
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-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: 800px) {
	.slideshowContainer {
		padding: 0;
	}

	a:link.next,
	a:link.prev {
		bottom: -1.65em;
	}

	.imageSummary {
		bottom: -2.27em;
	}
	
	.gallery-fade .holder ul li {
		margin-bottom: 3em;
	}
	

}

