.gallery-holder {
	overflow: hidden;
	margin: 0 0 18px;
}
.gallery-holder .gallery {
	position: relative;
}
.gallery-holder .gholder {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.gallery-holder .gmask {
	position: relative;
	overflow: hidden;
	height:1%;
}
.gallery-holder .gmask .slideset {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width:100%;
}
.gallery-holder .gmask .slide {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
}
.slideshow .gmask div.active {
	z-index: 1;
}
.gallery-holder a.btn-prev,
.gallery-holder a.btn-next {
	position:absolute;
	top:50%;
	left:27px;
	z-index: 2;
	background: url(../images/btn-prev.png) no-repeat;
	width: 26px;
	height: 44px;
	text-indent: -9999px;
	margin: -22px 0 0;
}
.gallery-holder a.btn-prev:hover {
	background: url(../images/btn-prev-hover.png) no-repeat;
}
.gallery-holder a.btn-next {
	left: auto;
	right: 27px;
	background: url(../images/btn-next.png) no-repeat;
}
.gallery-holder a.btn-next:hover {
	background: url(../images/btn-next-hover.png) no-repeat;
}
.gallery-holder .pagination {
	position:absolute;
	bottom: 38px;
	left:0;
	right: 0;
	z-index: 2;
}
.gallery-holder .pagination ul{
	font-weight: bold;
	list-style: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.gallery-holder .pagination ul li {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border-radius:50%;
	overflow: hidden;
	background: #fff;
	margin: 0 5px;
}
.gallery-holder .pagination a {
	text-decoration: none;
	color: #00f;
	text-indent: -9999px;
	display: block;
}
.gallery-holder .pagination .active {
	background: #53a9d7;
}
.gallery-holder .pagination a:hover,
.gallery-holder a.btn-prev:hover,
.gallery-holder a.btn-next:hover {text-decoration:none;}
.gallery-holder a.disabled {
	border-color: #eee;
	color: #eee;
}
@media only screen and (max-width: 480px) {
	.gallery-holder .gmask .slide {font-size:30px;}
}