.galleryWrapper {

	width				: 920px;
	overflow			: hidden;
	margin				: 0 auto;
}

.galleryItems {
	display				: block;
	margin				: 0;
	list-style			: none;
	padding-left		: 0;
}

.galleryItems li {
	display				: inline;
	float				: left;
	padding				: 0 4px 25px 0;
}

.galleryItems li img {
	border				: 1px solid #777;
}

.galleryItems a {
	display				: block;
	text-decoration		: none;
}

.galleryItems a:hover img {
	filter				: alpha(opacity=70);
	opacity				: 0.7;
}
