@charset "iso-8859-1";
/* CSS Document */

* {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#lightbox-container-image-data-box,
		.gallery img {
			/* Revert to default box-sizing for the data-box and the images */
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
		}
		.gallery {
			background-color:none;
			padding: 0px;
			width: 100%;
		}
		.gallery ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.gallery ul li { display: inline; }
		.gallery ul img {
			border-style: solid;
			border-color: white;
			border-width: 2px 2px 2px;
		}
		.gallery ul a {
			text-decoration: none;
		}
		.gallery ul a:hover img {
			border-color: #fff;
			color: #fff;
		}
		.gallery ul a:hover { color: #fff; }
		.columns:before,
		.columns:after {
			content: " ";
			display: table;
		}
		.columns:after {
			clear: both;
		}
		.columns {
			*zoom: 1;
			margin-left: -15px;
			margin-right: -15px;
		}
		.column {
			width: 100%;
			float: left;
			position: relative;
			padding-left: 15px;
			padding-right: 15px;
		}