/* CSS Document */


div.gallery {
    width: 100%;
	position: relative;
	z-index: 100;
    margin-bottom: 150px !important;
}
.gallery .gallery-icon a img,
.gallery-item {
	width: 90px !important;
	height: 90px !important;
}
.gallery-item {
	margin: 0 5px 5px 0 !important;
}
.gallery .wp-caption-text {
	display: none !important;
}
.gallery-icon {
	box-shadow: 1px 1px 5px #888;
	border-radius: 5px;
}
.lightbox>div img {
	width: 84% !important;
	max-width: 760px;
	height: auto !important;
	margin: auto 8%;
	border: 1px solid #C1C1C1;
	box-shadow: 2px 2px 10px #000;
	border-radius: 5px;
}
.lightbox>div {
	width: auto !important;
	height: auto !important;
	text-align: center !important;
	margin: 2% auto !important;
	padding: 0 4%;
	background: none !important;
}