/* 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;
	height: 650px;
}

.gallery ul.images
{
	list-style-type: none;
	border: none;
	padding: none;
}

.gallery ul.images li.image
{
	float:left;
	line-height: 0;
	margin:2px;
}

.gallery ul.images li.image a
{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	background: #FFF;
	line-height: 0;
}

.gallery ul.images li.image a img
{
	border: 1px solid #a3e0ff;
	padding: 4px;
	margin:4px;
}

.gallery ul.images li.image a:hover
{
	-webkit-filter: filter: none; -webkit-filter: brightness(90%); -webkit-transition: all .6s ease;
}
