.slideshow {
}

.gallery {
	max-width: 100% /*678px*/;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 28.447198% 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 {
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding: 28.447198% 0 0 0;
	background-size: contain !important;
	background-repeat: no-repeat;
	border-bottom: 34px solid #ebe9e0;
}

.imageSummary {
	color: #fff;
	text-align: right;
	font-family: 'pt-sans', tahoma, sans-serif;
	font-size: 0.9em;
	position: absolute;
	bottom: 50px;
	left: 0;
    right: 0;
    padding: 10px 85px 10px 10px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 85%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(85%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

.paging {
	position: absolute;
	bottom: 62px;
	right: 10px;
	margin: 0;
	padding: 0;
	z-index: 900;
}
.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: #999999;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-indent: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.paging li a.active {
	background-color: #61CDEA;
	color: red;
}
.next,
.prev {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 42px;
	height: 55px;
	background: url(/images/slideshow/slide-next.png) no-repeat;
	z-index: 900;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(/images/btn-next-disable.png) no-repeat; }
.prev {
	background: url(/images/slideshow/slide-prev.png) no-repeat;
	right: auto;
	left: 0;
}
.prev-disable { background: url(/images/btn-prev-disable.png) no-repeat; }
.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: 0;
	line-height: 0;
	padding: 0 0 0;
}
.slideshowLink {
	margin-left: 5px;
	position: relative;
	top: 3px;
}
