/* Imports*/
@import url("./yui-reset-3.1.1-min.css");
@import url("./generic.css");

/* Gallery Styling */
.gallery .image-title,
.gallery .image-description,
.gallery .image-author,
.gallery .image-link {
	display:none;
}

.gallery
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: none;
	z-index:1000;
}

.gallery ul.images
{
	list-style-type: none;
	border: none;
	padding: none;
}

.gallery ul.images li.image
{
	float:left;
	line-height: 0;
}

.gallery ul.images li.image a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
}

.gallery ul.images li.image a img
{
	border: none;
	padding: none;
	margin:2px;
}

.gallery ul.images li.image a:hover
{
	-webkit-filter: brightness(1.22);
}
