.slideshowContainer {
	background: #f1eee8;
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	z-index: 5;
}

.gallery {
	position: relative;
}

.gallery .holder {
	background-size: contain;
	height: 0;
	overflow: hidden;
	padding: 38.15% 0 0 0;
	position: relative;
	width: 100%;
}

.gallery .holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery .holder ul li {
	float: left;
	position: relative;
}

/*fade*/
.gallery-fade {}

.gallery-fade .holder ul {
	padding: 38.15% 0 0 0;
}

.gallery-fade .holder ul li {
	background-size: cover !important;
	height: 0;
	left: 0;
	padding: 38.15% 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.imageSummary {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 1.2em;
	left: 0;
	padding: 6px 70px 6px 6px;
	position: absolute;
	right: 0;
}

.imageSummary img {
	border: 0;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.paging {
	bottom: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 316px;
	text-align: center;
	z-index: 600;
}

.paging ul {
	margin: 0;
	padding: 0;
}

.paging li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 5px;
}

.paging li a {
	background-color: #cccccc;
	border: 0;
	color: #fff;
	display: block;
	height: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-indent: 400px;
	width: 10px;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.paging li a.active {
	background-color: #3b95b7;
}

a:link.next,
a:link.prev {
/*display: none;*/
	background: rgba(0, 0, 0, .8);
	color: #fff;
	content: '\f054';
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 0;
	width: 40px;
	z-index: 20;
	
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .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);
	transition: all .3s;
	
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .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 {
	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;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
}

.stopped .start {
	background: url(../images/btn-play.png) no-repeat;
}

.start,
.no-active .start {
	background: url(../images/btn-play-disable.png) no-repeat;
	margin: 0;
}

.stopped .stop {
	background: url(../images/btn-pause-disable.png) no-repeat;
}

.control {
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}
