#image_carousel_wrap {
	display: none
}
.image_carousel {
	padding: 0 0;
	position: relative;
	width: 100%;
	margin: auto
}
.image_carousel li img {
	width: 100%
}
.caroufredsel_wrapper {
	background-color: transparent;
	margin: auto !important;
	width: 100% !important
}
.image_carousel ul {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100% !important
}
.image_carousel li {
	padding: 0;
	position: relative;
	width: 100%
}
#gallery>li:first-child img {
	opacity: 1
}
#gallery>li img {
	opacity: 0
}
#thumb-wrap {
	position: relative;
	margin-top: 10px
}
.image_carousel li p {
	position: absolute;
	top: 200px;
	right: 0;
	width: 500px;
	height: 43px;
	display: block;
	z-index: 999999;
	text-align: right;
	color: #444;
	padding-right: 0
}
#gallery>li:first-child a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}
#thumb_prev,
#thumb_next {
	transition: .3s;
	z-index: 2;
	height: 100%;
	text-align: center;
	padding: 1%;
	display: flex;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	position: absolute
}
#thumb_next {
	right: 0
}
#thumb_prev {
	left: 0
}
#thumb_prev:hover,
#thumb_next:hover {
	background: rgba(0, 0, 0, .9)
}
#gallery_prev {
	left: 0%;
	cursor: url(../img/scroll-left-white.png) 0 20, auto
}
#gallery_next {
	right: 0%;
	cursor: url(../img/scroll-right-white.png) 0 20, auto
}
#gallery_prev,
#gallery_next {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2
}
.pagination {
	bottom: 2%;
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	display: none !important
}
.pagination a {
	background-color: #333;
	border: 2px solid #fff;
	border-radius: 10px;
	font-size: 1px;
	color: #333;
	width: 20px;
	height: 20px;
	margin: 5px 3px;
	display: inline-block;
	opacity: .6;
	transition: .3s
}
.pagination a.selected,
.pagination a:hover {
	opacity: 1
}
.pagination a span {
	display: none
}
.image_carousel .clearfix {
	float: none;
	clear: both
}
#gallery>li .caption {
	display: none
}
#gallery>li:first-child .caption {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: 1em;
	color: #fff
}
#thumbs {
	position: relative !important
}
#thumbs .thumb {
	display: inline-block;
	position: relative
}
.thumb img {
	padding: 0 5px
}
#thumbs .thumb a {
	opacity: .5
}
#thumbs .thumb a.selected,
#thumbs .thumb a:hover {
	opacity: 1
}
a:hover>.caption {
	background: rgba(0, 0, 0, .9)
}
.box-grid-image {
	position: relative
}
.box-grid-image .caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	padding: 10px;
	color: #fff
}
#gallery-box-grid[class*="column"]+[class*="column"]:last-child {
	float: left
}
span#show-if-slideshow {
	background: #eee;
	border: 1px solid #ddd;
	margin-left: 5px
}
.masonry-grid-image {
	position: relative
}
.masonry-grid-image .caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	padding: 10px;
	color: #fff;
	left: 0
}
span#show-if-masonry {
	background: #eee;
	border: 1px solid #ddd;
	margin-left: 5px
}
.masonry-grid-image img {
	width: 100%
}
.masonry .columns {
	margin-bottom: 1em !important
}
div.ppt,
.pp_description {
	display: none !important
}
.chrome-fix {
	position: absolute;
	width: 100%;
	height: 100%
}
#gallery-wrap {
	position: relative
}