@charset "utf-8";
/* CSS Document */


.the-gallery {
	list-style-type: none !important;
	list-style-position: outside !important;
	padding: 0 !important;
	margin: 0 !important;
}

.the-gallery li {
	list-style-type: none !important;
	list-style-position: outside !important;
	padding: 0 !important;
	background-image: none !important;
	float: left;
	margin: 1em;
}

.the-gallery li.first {
	margin-left: 0;
	clear: both;
}

.the-gallery li.last {
	margin-right: 0;
}

.the-gallery li a {
	/*background-color: #E6F2F2;*/
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.the-gallery li a:hover {
	/*background-color: #C5E2E2*/
}

.the-gallery li span {
	display: block;
}

.the-gallery .the-gallery-image-outer-wrapper {
	position: relative;
	
	margin-bottom: 1em;
}

.the-gallery .the-gallery-image-inner-wrapper {
	width: 100%;
	bottom: 0;
	position: absolute;
}

.the-gallery .the-gallery-image {
	position: relative;
	margin: 0 auto;
	
	text-indent: -9999em;
}

